nacos加入到项目当中
This commit is contained in:
parent
c1b73596cd
commit
c4838bb415
@ -0,0 +1,5 @@
|
||||
package com.qc.soft.framework.basic.header;
|
||||
|
||||
public class BasicHeader {
|
||||
|
||||
}
|
||||
@ -0,0 +1,15 @@
|
||||
spring:
|
||||
application:
|
||||
name: deploy-ease-tenant-adapter
|
||||
redis:
|
||||
host: localhost
|
||||
port: 6379
|
||||
database: 0
|
||||
lettuce:
|
||||
pool:
|
||||
max-active: 8
|
||||
max-idle: 8
|
||||
min-idle: 0
|
||||
max-wait: 1ms
|
||||
server:
|
||||
port: 8080
|
||||
Loading…
Reference in New Issue
Block a user