Commit 0404bddb6724ee6476266ac4e4ad7f4d84431509

Authored by 游瑞烽
1 parent 9895e298

数据库修改

src/main/resources/application-prod.properties
... ... @@ -11,9 +11,10 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy
11 11 spring.jpa.database= MYSQL
12 12 spring.jpa.show-sql= false
13 13 spring.datasource.driver-class-name= com.mysql.jdbc.Driver
14   -spring.datasource.url= jdbc:mysql://10.10.150.24:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
  14 +spring.datasource.url= jdbc:mysql://10.10.200.148:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false
15 15 spring.datasource.username= root
16   -spring.datasource.password= root2jsp
  16 +spring.datasource.password= root
  17 +
17 18 #DATASOURCE
18 19 spring.datasource.max-active=100
19 20 spring.datasource.max-idle=8
... ...