parent
b1d7e9ed27
commit
2a60412e4f
@ -1,26 +0,0 @@
|
||||
server:
|
||||
port: 9013
|
||||
spring:
|
||||
application:
|
||||
name: luoo-tag #指定服务名
|
||||
datasource:
|
||||
driverClassName: com.mysql.jdbc.Driver
|
||||
url: jdbc:mysql://8.134.98.47:3307/indie_tag?characterEncoding=UTF8&useSSL=false
|
||||
username: root
|
||||
password: 47084735abc
|
||||
jpa:
|
||||
database: MySQL
|
||||
show-sql: true
|
||||
redis:
|
||||
host: 8.134.98.47
|
||||
port: 36379
|
||||
eureka:
|
||||
client:
|
||||
service-url:
|
||||
defaultZone: http://127.0.0.1:6868/eureka/
|
||||
instance:
|
||||
prefer-ip-address: true
|
||||
springdoc:
|
||||
packages-to-scan: com.luoo.tag.controller
|
||||
swagger-ui:
|
||||
path: /api/doc
|
@ -0,0 +1,8 @@
|
||||
spring:
|
||||
cloud:
|
||||
config:
|
||||
name: tag
|
||||
profile: dev
|
||||
label: master
|
||||
uri: http://116.62.145.60:12000
|
||||
# uri: http://127.0.0.1:12000
|
Loading…
Reference in new issue