mirror of
https://github.com/201206030/novel.git
synced 2025-06-14 03:38:31 +00:00
新增轻轻小说书源
This commit is contained in:
parent
9c1d954bfd
commit
5144ef9679
@ -1,15 +1,15 @@
|
|||||||
server: {port: 8083}
|
server: {port: 8083}
|
||||||
spring:
|
spring:
|
||||||
datasource: {url: 'jdbc:mysql://47.106.243.172:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
|
datasource: {url: 'jdbc:mysql://127.0.0.1:3306/books?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai',
|
||||||
username: books, password: books!8888}
|
username: root, password: test123456}
|
||||||
mybatis:
|
mybatis:
|
||||||
mapper-locations: classpath:mybatis/mapping/*.xml
|
mapper-locations: classpath:mybatis/mapping/*.xml
|
||||||
type-aliases-package: xyz.zinglizingli.books.po
|
type-aliases-package: xyz.zinglizingli.books.po
|
||||||
configuration: {log-impl: org.apache.ibatis.logging.stdout.StdOutImpl}
|
configuration: {log-impl: org.apache.ibatis.logging.stdout.StdOutImpl}
|
||||||
mysql: {charset: utf8mb4}
|
mysql: {charset: utf8mb4}
|
||||||
books: {lowestScore: 9.0}
|
books: {lowestScore: 6.0}
|
||||||
crawl:
|
crawl:
|
||||||
website: {type: '4'}
|
website: {type: '5'}
|
||||||
soft-novel: '1'
|
soft-novel: 0
|
||||||
manhua: '1'
|
manhua: 0
|
||||||
logging: {config: 'classpath:logback-boot.xml'}
|
logging: {config: 'classpath:logback-boot.xml'}
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user