加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yml 590 Bytes
一键复制 编辑 原始数据 按行查看 历史
HStar-9 提交于 2022-04-22 09:55 . update user-dev.yml.
server:
port: 8082
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/cloud?serverTimezone=GMT%2b8
username: root
password: 123456
application:
name: user-service
mybatis:
type-aliases-package: com.hansong.pojo
eureka:
client:
service-url:
defaultZone: http://127.0.0.1:10086/eureka,http://127.0.0.1:10087/eureka
instance:
lease-expiration-duration-in-seconds: 5
lease-renewal-interval-in-seconds: 90
ip-address: 127.0.0.1
test:
name: han
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化