加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qa-dev.yml 656 Bytes
一键复制 编辑 原始数据 按行查看 历史
server:
port: 9003 #制定服务端口号
spring:
application:
name: tensquare-qa #指定服务名
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.25.128:3306/tensquare_qa?characterEncoding=UTF8
username: root
password: admin #数据库
jpa:
database: MySQL
show-sql: true #jpa
rabbitmq:
host: 192.168.25.128
jwt:
config:
key: itcast #jwt配置
eureka:
client:
service-url:
defaultZone: http://192.168.25.128:6868/eureka/ #eureka service地址
instance:
prefer-ip-address: true #网络请求打开
feign:
hystrix:
enabled: true #熔断器打开
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化