加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
user-dev.yml 866 Bytes
一键复制 编辑 原始数据 按行查看 历史
JustdodoIT 提交于 2019-11-07 13:29 . user配置文件
server:
port: 9008
spring:
application:
name: tensquare-user #指定服务名
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://122.51.65.35:3306/tensquare_user?characterEncoding=UTF8&useSSL=false
username: root
password: 123456
jpa:
database: MySQL
show-sql: true
redis:
host: 122.51.65.35
rabbitmq:
host: 122.51.65.35
jwt:
config:
key: xiaoliu
ttl: 3600000
eureka:
client:
service-url: #Eureka客户端与Eureka服务端进行交互的地址
defaultZone: http://127.0.0.1:6868/eureka/
instance:
prefer-ip-address: true #访问路径可以显示IP地址,模块之间可以跨域访问
#点击超链接后显示信息
info:
app.name: tensquare
company.name: www.tensquare.com
build.artifactId: "@project.artifactId@"
build.version: "@project.version@"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化