Skip to content

Commit

Permalink
更新数据库连接url
Browse files Browse the repository at this point in the history
  • Loading branch information
suvvm committed Nov 12, 2019
1 parent 8123c11 commit 501c3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnlineSurveyBackEnd/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
datasource:
username: root
password: root
url: jdbc:mysql://localhost:3306/springmybatis?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&useSSL=false&allowPublicKeyRetrieval=true
url: jdbc:mysql://localhost:3306/onlinesurvey?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8&useSSL=false&allowPublicKeyRetrieval=true
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource

Expand Down

0 comments on commit 501c3f2

Please sign in to comment.