(improvement)(config) Change application-local.yaml to application-prd.yaml. (#1283)

This commit is contained in:
lexluo09
2024-06-29 17:11:16 +08:00
committed by GitHub
parent f096c44de0
commit af4a026af6
5 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
spring:
profiles:
active: local
active: prd
application:
name: chat
config:

View File

@@ -1,10 +1,8 @@
package com.tencent.supersonic;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.ActiveProfiles;
@SpringBootTest(classes = {StandaloneLauncher.class})
@ActiveProfiles("local")
public class BaseApplication {
}

View File

@@ -1,6 +1,6 @@
spring:
profiles:
active: local
active: prd
application:
name: chat
config: