代码INIT
This commit is contained in:
15
src/main/resources/application-prod.properties
Normal file
15
src/main/resources/application-prod.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
server.port=8080
|
||||
|
||||
spring.thymeleaf.cache=true
|
||||
|
||||
# swagger
|
||||
swagger.enable=false
|
||||
|
||||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
|
||||
spring.datasource.url=jdbc:mysql://localhost:3306/quinn?useUnicode=true&characterEncoding=utf8&useSSL=false
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
|
||||
# mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
mybatis-plus.mapper-locations=classpath*:com/quinn/mapper/xml/*.xml
|
||||
mybatis-plus.type-aliases-package=com.quinn.pojo
|
||||
Reference in New Issue
Block a user