forked from Gitlink/soft_bot
73 lines
1.7 KiB
YAML
73 lines
1.7 KiB
YAML
server:
|
|
port: 8080
|
|
es-url:
|
|
127.0.0.1:9200
|
|
spring:
|
|
datasource:
|
|
username: root
|
|
password: 123456 #tonglin0711
|
|
url: jdbc:mysql://localhost:3306/testforgeplus?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
dbcp2:
|
|
test-on-borrow: false
|
|
test-while-idle: true
|
|
time-between-eviction-runs-millis: 3600000
|
|
|
|
elasticsearch:
|
|
rest:
|
|
uris: http://127.0.0.1:9200
|
|
devtools:
|
|
restart:
|
|
|
|
enabled: true
|
|
|
|
additional-paths: src/main/java
|
|
|
|
poll-interval: 3000
|
|
quiet-period: 1000
|
|
jackson:
|
|
time-zone: GMT+8
|
|
date-format: yyyy-MM-dd HH:mm:ss
|
|
mvc:
|
|
view:
|
|
prefix: /WEB-INF/jsp/
|
|
suffix: .jsp
|
|
thymeleaf:
|
|
prefix: classpath:/templates/
|
|
suffix: .html
|
|
encoding: UTF-8
|
|
redis:
|
|
database: 0
|
|
host: 101.35.140.79
|
|
port: 6379
|
|
# password:
|
|
# 连接超时时间
|
|
timeout: 10000
|
|
password: 123456
|
|
|
|
mybatis-plus:
|
|
configuration:
|
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
|
mapper-locations: classpath:mapper/*.xml
|
|
|
|
|
|
mybatis:
|
|
mapper-locations: classpath:mapper/*.xml
|
|
type-aliases-package: com.gitlink.softbot.entity
|
|
configuration:
|
|
map-underscore-to-camel-case: true
|
|
|
|
#showSql
|
|
logging:
|
|
level:
|
|
com:
|
|
example:
|
|
mapper : debug
|
|
elasticsearch:
|
|
url: localhost:9200
|
|
|
|
gitlink:
|
|
url: https://testforgeplus.trustie.net
|
|
token: eyJraWQiOiJUaEVSLVl3Ukg4TWYwOHM0UnJLUDYzXzZLWmVET2NZckZXcmdzN2VUVWdrIiwiYWxnIjoiSFM1MTIifQ.eyJpc3MiOiJHaXRMaW5rIiwiaWF0IjoxNjc1NzYyMDkwLCJqdGkiOiI0MzA1ZDUwZC01ZGRkLTQ0MzUtODMyNS1iZDczYmVhMWMxYjciLCJ1c2VyIjp7ImlkIjpudWxsLCJsb2dpbiI6bnVsbCwibWFpbCI6bnVsbH19.hpHCJeU4Jyz-DM2NBUdB-tQW_E0-tu9H3LoGhsJ7kPHkSsdXJCII0jxhyPb9gwDsgd8SnlRZF8tZDDjnZSoztQ
|
|
|