Commit c4b6054167a10d95866109bd24e28d22dc4a9d97
1 parent
35f9dfc4
1.测试环境数据库版本升级至8.4.2
Showing
2 changed files
with
2 additions
and
3 deletions
pom.xml
| @@ -63,7 +63,6 @@ | @@ -63,7 +63,6 @@ | ||
| 63 | <dependency> | 63 | <dependency> |
| 64 | <groupId>mysql</groupId> | 64 | <groupId>mysql</groupId> |
| 65 | <artifactId>mysql-connector-java</artifactId> | 65 | <artifactId>mysql-connector-java</artifactId> |
| 66 | - <version>5.1.38</version> | ||
| 67 | </dependency> | 66 | </dependency> |
| 68 | 67 | ||
| 69 | <dependency> | 68 | <dependency> |
src/main/resources/application-test.properties
| @@ -13,8 +13,8 @@ spring.jpa.show-sql= false | @@ -13,8 +13,8 @@ spring.jpa.show-sql= false | ||
| 13 | spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect | 13 | spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect |
| 14 | 14 | ||
| 15 | #DATABASE | 15 | #DATABASE |
| 16 | -spring.datasource.driver-class-name= com.mysql.jdbc.Driver | ||
| 17 | -spring.datasource.url= jdbc:mysql://10.10.150.101/lg_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | 16 | +spring.datasource.driver-class-name= com.mysql.cj.jdbc.Driver |
| 17 | +spring.datasource.url= jdbc:mysql://10.10.150.101/lg_control?useUnicode=true&characterEncoding=utf-8&useSSL=true | ||
| 18 | spring.datasource.username= root | 18 | spring.datasource.username= root |
| 19 | spring.datasource.password= A123456ab | 19 | spring.datasource.password= A123456ab |
| 20 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource | 20 | spring.datasource.type= com.zaxxer.hikari.HikariDataSource |