You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
471 B
YAML
26 lines
471 B
YAML
# Tomcat
|
|
server:
|
|
port: 9607
|
|
|
|
# Spring
|
|
spring:
|
|
application:
|
|
# ????
|
|
name: hw-websocket
|
|
profiles:
|
|
# ????
|
|
active: dev
|
|
cloud:
|
|
nacos:
|
|
discovery:
|
|
# ??????
|
|
server-addr: localhost:8848
|
|
config:
|
|
# ??????
|
|
server-addr: localhost:8848
|
|
# ??????
|
|
file-extension: yml
|
|
# ????
|
|
shared-configs:
|
|
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|