nacos加入到项目当中

This commit is contained in:
dengqichen 2024-08-20 17:36:52 +08:00
parent c1b73596cd
commit c4838bb415
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
package com.qc.soft.framework.basic.header;
public class BasicHeader {
}

View File

@ -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