You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
|
|
logging:
|
|
|
|
level:
|
|
|
|
root: info
|
|
|
|
|
|
|
|
mybatis:
|
|
|
|
mapperLocations: classpath:mapper/*.xml
|
|
|
|
|
|
|
|
spring:
|
|
|
|
datasource:
|
|
|
|
url: jdbc:mysql://192.168.0.215:3306/p2p?characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true
|
|
|
|
username: p2p
|
|
|
|
password: p2p
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
|
|
|
|
|
qywx:
|
|
|
|
corpid: wwc8b3e81998fe5394
|
|
|
|
corpsecret: fNF_2L3qe9xw4cv4k1Xo4kqhFdzGa61Y6xb1RojNbmc
|
|
|
|
applicationid: 1000042
|
|
|
|
|
|
|
|
wechat:
|
|
|
|
cp:
|
|
|
|
corpId: wwc8b3e81998fe5394
|
|
|
|
appConfigs:
|
|
|
|
- agentId: 1000042
|
|
|
|
secret: fNF_2L3qe9xw4cv4k1Xo4kqhFdzGa61Y6xb1RojNbmc
|
|
|
|
token: 111
|
|
|
|
aesKey: 111
|
|
|
|
|
|
|
|
##开发环境
|
|
|
|
server:
|
|
|
|
port: 8080
|
|
|
|
servlet:
|
|
|
|
context-path: /kiisoo-ic
|