guang
2023-05-06 397c6003970432a8009b81916e55754c1874e03d
换数据库driver
2个文件已修改
4 ■■■■ 已修改文件
src/main/resources/application-local.properties 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-prod.properties 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/application-local.properties
@@ -5,7 +5,7 @@
spring.datasource.url=jdbc:mysql://localhost:3306/phi_other_service?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
logging.level.org.springframework.boot.autoconfigure = error
src/main/resources/application-prod.properties
@@ -5,7 +5,7 @@
spring.datasource.url=jdbc:mysql://localhost:3306/phi_other_service?useUnicode=true&characterEncoding=UTF-8
spring.datasource.username=root
spring.datasource.password=root
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
logging.level.org.springframework.boot.autoconfigure = error