🎉 init

This commit is contained in:
landaiqing
2024-04-19 23:30:48 +08:00
parent 37ec6b7879
commit 2ee19525ad
87 changed files with 4799 additions and 79 deletions

View File

@@ -0,0 +1,6 @@
server:
port: 4000
minio:
url: http://116.196.80.239:9000/
accessKey: landaiqing
secretKey: LDQ20020618xxx

View File

@@ -0,0 +1,17 @@
spring:
application:
name: schisandra-cloud-storage-oss-dev
profiles:
active: dev
cloud:
nacos:
config:
server-addr: 116.196.80.239:8848
prefix: ${spring.application.name}
group: DEFAULT_GROUP
namespace:
file-extension: yaml
discovery:
enabled: true
server-addr: 116.196.80.239:8848