docker 打包&生产配置
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
server.port=8080
|
||||
server.port=8088
|
||||
|
||||
spring.thymeleaf.cache=true
|
||||
|
||||
@@ -6,9 +6,9 @@ spring.thymeleaf.cache=true
|
||||
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.url=jdbc:mysql://localhost:3306/smallapp_point?useUnicode=true&characterEncoding=utf8&useSSL=false
|
||||
spring.datasource.username=root
|
||||
spring.datasource.password=123456
|
||||
spring.datasource.password=hyty1234
|
||||
|
||||
# mybatis-plus.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl
|
||||
mybatis-plus.mapper-locations=classpath*:com/quinn/mapper/xml/*.xml
|
||||
|
||||
Reference in New Issue
Block a user