1 Star 0 Fork 0

fenlin88l/pig-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pig-admin-service-dev.yml 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
wjg1101766085 提交于 2017-12-07 14:19 . Update pig-admin-service-dev.yml
server:
port: 4000
#Redis cache 过期时间设置
redis:
cache:
expiration: 3600
# datasoure默认使用JDBC
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
username: ENC(k05F1ZXkBfv7DyRGgprj2A==)
password: ENC(k05F1ZXkBfv7DyRGgprj2A==)
url: jdbc:mysql://127.0.0.1/pig?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true
hikari:
maxLifetime: 1765000 #一个连接的生命时长(毫秒),超时而且没被使用则被释放(retired),缺省:30分钟,建议设置比数据库超时时长少30秒以上
maximumPoolSize: 15 #连接池中允许的最大连接数。缺省值:10;推荐的公式:((core_count * 2) + effective_spindle_count)
redis:
host: 123.206.94.20
port: 6379
password: ENC(pr0Ohcnc2rcqFjM/8OCjPA==)
rabbitmq:
host: 123.206.94.20
port: 5672
username: ENC(7/5Zi1aQY/I7GACnfdVbpR1JtTrkM2Sa)
password: ENC(7/5Zi1aQY/I7GACnfdVbpR1JtTrkM2Sa)
http:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
#mybaits-plus配置,修改主键类型,mapper.xml、type 别名等
mybatis-plus:
mapper-locations: classpath:/mapper/*Mapper.xml
typeAliasesPackage: com.github.pig.admin.entity
global-config:
#主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
id-type: 0
#字段策略 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
#加密配置
jasypt:
encryptor:
password: lengleng
qiniu:
accessKey: hM2cBDEM0FTYzpXbigRW90kV12NhhzhFM3jCzurJ
secretKey: ENC(HM/K0KmtFoZSBhGDEA0Ez71ePTncZlQ954DfLNMZuOftKZq+2WR+dCXH9QEsf768q9wwd92RXLE=)
bucket: pigcloud
host: http://p0hpm86wj.bkt.clouddn.com/
logging:
config: classpath:logback.xml
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fenlin88l/pig-config.git
git@gitee.com:fenlin88l/pig-config.git
fenlin88l
pig-config
pig-config
master

搜索帮助