未验证 提交 67d87459 编写于 作者: 智布道's avatar 智布道 👁 提交者: GitHub

Merge pull request #4 from DoyuTu/master

🍎 Updated version
......@@ -7,8 +7,8 @@ spring:
datasource:
druid:
connection-init-sqls: set names utf8mb4
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/dblog?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: root
......@@ -78,4 +78,4 @@ app:
unauthorizedUrl: "/error/403"
# 创建网站的时间,用于计算已建站的天数,默认为2018-01-01
buildWebsiteDate: 2018-01-01 00:00:00
####################################自定义配置##########################################
\ No newline at end of file
####################################自定义配置##########################################
......@@ -7,8 +7,8 @@ spring:
datasource:
druid:
connection-init-sqls: set names utf8mb4
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/dblog?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: root
......@@ -77,4 +77,4 @@ app:
loginUrl: "/passport/login/"
successUrl: "/"
unauthorizedUrl: "/error/403"
####################################自定义配置##########################################
\ No newline at end of file
####################################自定义配置##########################################
......@@ -7,8 +7,8 @@ spring:
datasource:
druid:
connection-init-sqls: set names utf8mb4
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/dblog?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: root
......@@ -82,4 +82,4 @@ braum:
type: redis
threshold: 15
interval: 5000
####################################自定义配置##########################################
\ No newline at end of file
####################################自定义配置##########################################
......@@ -7,8 +7,8 @@ spring:
datasource:
druid:
connection-init-sqls: set names utf8mb4
driver-class-name: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/dblog?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: root
......@@ -79,4 +79,4 @@ app:
enableKaptcha: false
# 创建网站的时间,用于计算已建站的天数,默认为2018-01-01
buildWebsiteDate: 2018-01-01 00:00:00
####################################自定义配置##########################################
\ No newline at end of file
####################################自定义配置##########################################
......@@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.1.RELEASE</version>
<version>2.0.8.RELEASE</version>
<relativePath/>
</parent>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册