Initialize patbond microservice modules

This commit is contained in:
nmbh1122@126.com
2026-07-13 09:41:15 +08:00
commit b1252b991d
48 changed files with 1002 additions and 0 deletions
@@ -0,0 +1,12 @@
server:
port: 8082
spring:
application:
name: patbond-user
cloud:
nacos:
discovery:
server-addr: ${NACOS_SERVER_ADDR:127.0.0.1:8848}
config:
server-addr: ${NACOS_SERVER_ADDR:127.0.0.1:8848}