init new
This commit is contained in:
50
src/main/resources/application-dev.yml
Normal file
50
src/main/resources/application-dev.yml
Normal file
@@ -0,0 +1,50 @@
|
||||
server:
|
||||
port: 9081
|
||||
tomcat:
|
||||
uriEncoding: UTF-8
|
||||
max-threads: 1000
|
||||
max-connections: 20000
|
||||
spring:
|
||||
#resources:
|
||||
#static-locations: classpath:pdf/
|
||||
application:
|
||||
name: point-strategy
|
||||
#elasticsearch:
|
||||
#rest:
|
||||
#uris: http://127.0.0.1:9200
|
||||
|
||||
#logging:
|
||||
# level.org.springframework.boot.autoconfigure: info #spring的自动装配日志只打info,否则debug输出的会打印很多自动装配的log信息到控制台
|
||||
# config: classpath:logback-spring.xml
|
||||
mybatis:
|
||||
type-aliases-package: com.point.strategy.fond.bean,com.point.strategy.docSimpleArrange.bean,com.point.strategy.docTraditionArrange.docFile.bean,com.point.strategy.docTraditionArrange.docVolume.bean,com.point.strategy.bean
|
||||
configuration:
|
||||
map-underscore-to-camel-case: true
|
||||
|
||||
##单点登录配置
|
||||
#keycloak:
|
||||
# credentials:
|
||||
# # 客户端密钥
|
||||
# secret: 03499cda-9d0d-40e4-8f96-369fb21c8812
|
||||
# # 表示是一个public的client
|
||||
# # public-client: true
|
||||
# # keycloak的地址
|
||||
# auth-server-url: https://auth.jztweb.com/auth
|
||||
# # keycloak中的realm
|
||||
# realm: jzt
|
||||
# # client ID
|
||||
# resource: danan
|
||||
# # 安全约束
|
||||
# securityConstraints:
|
||||
# - authRoles:
|
||||
# # 以下路径需要demoUser角色才能访问 '*'
|
||||
# - '*'
|
||||
# securityCollections:
|
||||
# # name可以随便写
|
||||
# - name: common guanli
|
||||
# patterns:
|
||||
# - /JztIndex
|
||||
#
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user