Initial commit

This commit is contained in:
xiongxiaoyang
2022-05-11 13:15:09 +08:00
commit e948e422b0
15 changed files with 1030 additions and 0 deletions

View File

@ -0,0 +1,5 @@
spring:
datasource:
url: jdbc:mysql://localhost:3306/novel?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: test123456