You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
spring:
banner:
charset: UTF-8
http:
encoding:
enabled: true
charset: UTF-8
force: true
swagger:
enable: true
messages:
encoding: UTF-8
#数据源配置
datasource:
mysql:
driver-class-name: com.mysql.jdbc.Driver
jdbc-url: jdbc:mysql://192.168.99.107:3306/identify?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: root
password: ftzn83560792
jpa:
show-sql: true
open-in-view: true
properties:
hiberate: enable_lazy_load_no_trans:true
mvc:
view:
prefix: /WEB-INF/jsp/
suffix: .jsp
view:
suffix: .jsp
prefix: /WEB-INF/jsp/
#服务器配置
server:
port: 6066
servlet:
context-path: /
tomcat:
uri-encoding: UTF-8
max-threads: 400
accept-count: 1000
max-connections: 20000
min-spare-threads: 100
max-http-post-size: -1
connection-timeout: 180000
mybatis:
mapper-locations: classpath:com/yxk/**/*.xml
logging:
path: ./log #日志文件路径
file: loggingout.log #日志文件名称
myemployee:
accessKey: O163SYV0P12215MLMZKO
secretKey: fxF5oQQ5agjSdURu+vhpSuV9fszCPdFTrS4lV2wi
linkurl: 8.130.135.212
linkport: 9000
custom:
swagger-ui: true
accessFile:
resourceHandler: /downloadFile/**
location: D:\yxk_App\file\
qytsg:
appid: wx5fc64e2af758fbc2
appSecret: 6c6da25ced29f301f7175b22acf97fd9
thirdUrl: http://118.253.150.248:8099
thirdAppid: whfeitian
thirdSecret: 1f4unqcgg9j0pvx54cwvillch5xto9e5
|