diff --git a/lagou-service-code-dev.yml b/lagou-service-code-dev.yml index f80679eabb5bad40d689af97f890369e15792c45..ea671af304bb752a442c196617cf27119702b83d 100644 --- a/lagou-service-code-dev.yml +++ b/lagou-service-code-dev.yml @@ -3,8 +3,7 @@ spring: show-sql: true database: mysql datasource: - driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://127.0.0.1:3306/dson?serverTimezone=UTC&haracterEncoding=utf8&useUnicode=true&autoReconnect=true username: root - password: mysql123 - url: jdbc:mysql://192.168.56.105:3306/lagou?useUnicode=true&characterEncoding=UTF-8 + password: thinker \ No newline at end of file