1 Star 0 Fork 0

speckle/jffccloud-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jffccloud-provider-order-dev.yml 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
speckle 提交于 2019-02-22 15:08 . 配置文件上传
spring:
mvc:
date-format: yyyy-MM-dd HH:mm:ss
jackson:
joda-date-time-format: yyyy-MM-dd HH:mm:ss
date-format: yyyy-MM-dd HH:mm:ss
security:
basic:
enabled: true
user:
name: root
password: root
datasource:
url: jdbc:mysql://localhost:3306/4a_dev?characterEncoding=utf8&useSSL=false
username: root
password: 123456
mybatis-plus:
typeAliasesPackage: com.jffccloud.*.model
mapper-locations: classpath:mapper/*.xml,classpath*:sdk/mapper/*.xml
global-config:
id-type: 0
#字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断"
field-strategy: 2
#驼峰下划线转换
db-column-underline: true
#刷新mapper 调试神器
refresh-mapper: true
#数据库大写下划线转换
#capital-mode: true
#逻辑删除配置(下面3个配置)
sql-injector: com.baomidou.mybatisplus.mapper.LogicSqlInjector
logic-delete-value: 1
logic-not-delete-value: 0
configuration:
map-underscore-to-camel-case: true
security:
oauth2:
client:
clientId: jffccloud-client-order
clientSecret: jffccloudClientSecret
access-token-uri: http://localhost:7979/auth/oauth/token
user-authorization-uri: http://localhost:7979/auth/oauth/authorize
resource:
id: jffccloud-client-order
user-info-uri: http://localhost:7979/auth/user
prefer-token-info: false
jwt:
key-uri: http://localhost:8000/oauth/token_key
jffccloud:
oauth2:
jwtSigningKey: jffccloud
client:
id: ${security.oauth2.resource.id}
accessTokenUrl: ${security.oauth2.client.access-token-uri}
clientId: ${security.oauth2.client.clientId}
clientSecret: ${security.oauth2.client.clientSecret}
clientAuthenticationScheme: header
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/speckle23/jffccloud-config.git
git@gitee.com:speckle23/jffccloud-config.git
speckle23
jffccloud-config
jffccloud-config
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385