|
@@ -27,7 +27,7 @@ spring:
|
|
|
type: com.zaxxer.hikari.HikariDataSource
|
|
|
#指定数据库连接信息
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
- url: jdbc:mysql://192.168.1.204:3306/message?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
+ url: jdbc:mysql://192.168.1.204:3306/callcenterdb2.0?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
|
|
username: root
|
|
|
password: Cs123456
|
|
|
|