1 Star 0 Fork 0

taizhimin / config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sys-dev.yml 910 Bytes
一键复制 编辑 原始数据 按行查看 历史
taizhimin 提交于 2019-09-04 11:24 . 11
server:
port: 9002
spring:
application:
name: xilinedu-sys
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/xilinedu_cloud?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8
username: root
password: root
jpa:
database: MySQL
show-sql: true
generate-ddl: false
cloud:
client:
ipAddress: localhost
eureka:
client:
serviceUrl:
defaultZone: http://127.0.0.1:6868/eureka/
instance:
prefer-ip-address: true
instanceId: ${spring.cloud.client.ipAddress}:${server.port}
status-page-url: http://${spring.cloud.client.ipAddress}:${server.port}/swagger-ui.html
feign:
hystrix:
enabled: true
jwt:
config:
key: taizhimin
ttl: 360000
redis:
host: localhost
management:
endpoints:
web:
exposure:
include: bus-refresh
ip: 123
Java
1
https://gitee.com/taizhimin/config.git
git@gitee.com:taizhimin/config.git
taizhimin
config
config
master

搜索帮助