docker 打包&生产配置

This commit is contained in:
limqhz
2022-05-14 02:56:22 +08:00
parent a5fa8ba4a2
commit 12ff775d36
4 changed files with 27 additions and 3 deletions

View File

@@ -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