Browse Source

tj

master
educoder 3 years ago
parent
commit
e6800e4f69
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      web/src/main/resources/application.properties
  2. +2
    -2
      web/target/classes/application.properties

+ 1
- 1
web/src/main/resources/application.properties View File

@@ -1,4 +1,4 @@
server.port=48835
server.port=8088
server.servlet.context-path=/
server.max-http-header-size=8192
server.compression.enabled=true


+ 2
- 2
web/target/classes/application.properties View File

@@ -1,4 +1,4 @@
server.port=48835
server.port=8088
server.servlet.context-path=/
server.max-http-header-size=8192
server.compression.enabled=true
@@ -13,7 +13,7 @@ spring.config.import=classpath:common.properties


# mysql
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://rm-bp13v5020p7828r5rso.mysql.rds.aliyuncs.com:3306/imitate_sys?useUnicode=true&characterEncoding=utf8&autoReconnect=true&failOverReadOnly=false
spring.datasource.username=testeducoder
spring.datasource.password=TEST@123


Loading…
Cancel
Save