mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
18 lines
412 B
Java
18 lines
412 B
Java
spring:
|
||
profiles:
|
||
include: [common]
|
||
datasource:
|
||
url: jdbc:mysql://127.0.0.1:3306/novel_biz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
||
username: root
|
||
password: root
|
||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||
|
||
|
||
pic:
|
||
save:
|
||
type: 2 #图片保存方式, 1不保存,使用网络图片 ,2本地保存
|
||
path: /var/pic #图片保存路径
|
||
|
||
|
||
|