1 Star 0 Fork 0

luoshuiou/my-config

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
user-dev.yml 733 Bytes
一键复制 编辑 原始数据 按行查看 历史
luoshuiou 提交于 2021-11-12 13:17 . update user-dev.yml.
server:
port: ${port:9091}
servlet:
context-path: /
spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://localhost:3306/springcloud?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
username: root
password: 123456
application:
name: user-service
mybatis:
type-aliases-package: com.luoshu.service.pojo
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:10086/eureka
instance:
ip-address: 127.0.0.1
prefer-ip-address: true
lease-renewal-interval-in-seconds: 10 #续约时间 10s
lease-expiration-duration-in-seconds: 20 #服务失效时间20s
test:
name: abc
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/luoshuiou/my-config.git
git@gitee.com:luoshuiou/my-config.git
luoshuiou
my-config
my-config
master

搜索帮助