We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a2c0c commit b7f39baCopy full SHA for b7f39ba
moss-web/src/main/resources/application.yml
@@ -2,10 +2,10 @@ spring:
2
application:
3
name: halo-moss
4
datasource:
5
- url: jdbc:mysql://ip:端口/moss?useUnicode=true&characterEncoding=utf8
+ url: jdbc:mysql://ip:端口/moss?useUnicode=true&characterEncoding=utf8&useSSL=false
6
username: 用户名
7
password: 密码
8
- driver-class-name: com.mysql.jdbc.Driver
+ driver-class-name: com.mysql.cj.jdbc.Driver
9
type: com.alibaba.druid.pool.DruidDataSource
10
filters: stat
11
maxActive: 20
0 commit comments