加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
friend-dev.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
server:
port: 9010
spring:
application:
name: tensquare-friend
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.25.128:3306/tensquare_friend?characterEncoding=utf-8
username: root
password: admin
jpa:
database: mysql
show-sql: true
rabbitmq:
host: 192.168.25.128
jwt:
config:
key: itcast
eureka:
client:
service-url:
defaultZone: http://192.168.25.128:6868/eureka/
instance:
prefer-ip-address: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化