mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
15 lines
539 B
YAML
15 lines
539 B
YAML
server: {port: 8083}
|
|
spring:
|
|
datasource: {url: 'jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
|
|
username: root, password: test123456}
|
|
mybatis:
|
|
mapper-locations: classpath:mybatis/mapping/*.xml
|
|
type-aliases-package: xyz.zinglizingli.books.po
|
|
configuration: {log-impl: org.apache.ibatis.logging.stdout.StdOutImpl}
|
|
mysql: {charset: utf8mb4}
|
|
books: {lowestScore: '8.5'}
|
|
crawl:
|
|
website: {type: '2'}
|
|
soft-novel: '0'
|
|
manhua: '0'
|