3 Star 0 Fork 0

decepeng/spike-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
spike-parking-service-prd.yml 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
server:
port: 51004
#Redis cache 过期时间设置
redis:
cache:
expiration: 3600
# datasoure默认使用JDBC
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
username: parking_root
password: parkingManager2018DDKJ
url: jdbc:mysql://rm-2zeh9xskxys4ohdx8.mysql.rds.aliyuncs.com:3306/spike_tech_parking?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
rabbitmq:
host: 172.17.214.99
port: 5672
username: ddkj
password: ddkj_parking
zipkin:
rabbitmq:
queue: zipkin
sleuth:
sampler:
percentage: 1.0
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus:
mapper-locations: classpath:/mapper/**/*Mapper.xml
typeAliasesPackage: com.daodingtech.model.entity
global-config:
#主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
id-type: 2
#字段策略 0:"忽略判断",1:"非 NULL 判断"),2:"非空判断"
field-strategy: 1
#驼峰下划线转换
db-column-underline: true
#刷新mapper 调试神器
refresh-mapper: true
#数据库大写下划线转换
#capital-mode: true
configuration:
map-underscore-to-camel-case: true
cache-enabled: true
logging:
config: classpath:logback.xml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/decepeng/spike-config.git
[email protected]:decepeng/spike-config.git
decepeng
spike-config
spike-config
master

搜索帮助