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