Commit a39fad8d by 吴迪

数据库配置文件修改

parent 723eedb4
......@@ -2,8 +2,8 @@ spring:
datasource:
type: com.alibaba.druid.pool.DruidDataSource
druid:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108
username: sa
password: 1234.abcd
initial-size: 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment