1 Star 0 Fork 0

幻昼/my-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
user-dev.yml 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
幻昼 提交于 2021-11-11 02:17 . update user-dev.yml.
server:
port: ${port:9091}
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/kkb_springboot?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT&allowPublicKeyRetrieval=true
username: root
password: 123456
application:
name: user-service
mybatis:
type-aliases-package: com.kkb.user.pojo
eureka:
client:
service-url:
defaultZone: HTTP://127.0.0.1:10086/eureka
instance:
#更倾向于使用IP地址,而不是主机名
prefer-ip-address: true
#IP地址
ip-address: 127.0.0.1
#续约间隔,默认30秒
lease-renewal-interval-in-seconds: 5
#服务的失效时间,默认是90秒
lease-expiration-duration-in-seconds: 5
test:
name: zjj
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/no-one-can-wait/my-config.git
git@gitee.com:no-one-can-wait/my-config.git
no-one-can-wait
my-config
my-config
master

搜索帮助