Commit a39fad8d by 吴迪

数据库配置文件修改

parent 723eedb4
...@@ -2,8 +2,8 @@ spring: ...@@ -2,8 +2,8 @@ spring:
datasource: datasource:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
druid: druid:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai url: jdbc:sqlserver://118.190.181.128:51433;DatabaseName=gs108
username: sa username: sa
password: 1234.abcd password: 1234.abcd
initial-size: 10 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