mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-12 12:37:55 +00:00
(improvement)(config) Change application-local.yaml to application-prd.yaml. (#1283)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: local
|
active: prd
|
||||||
application:
|
application:
|
||||||
name: chat
|
name: chat
|
||||||
config:
|
config:
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
package com.tencent.supersonic;
|
package com.tencent.supersonic;
|
||||||
|
|
||||||
import org.springframework.boot.test.context.SpringBootTest;
|
import org.springframework.boot.test.context.SpringBootTest;
|
||||||
import org.springframework.test.context.ActiveProfiles;
|
|
||||||
|
|
||||||
@SpringBootTest(classes = {StandaloneLauncher.class})
|
@SpringBootTest(classes = {StandaloneLauncher.class})
|
||||||
@ActiveProfiles("local")
|
|
||||||
public class BaseApplication {
|
public class BaseApplication {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
spring:
|
spring:
|
||||||
profiles:
|
profiles:
|
||||||
active: local
|
active: prd
|
||||||
application:
|
application:
|
||||||
name: chat
|
name: chat
|
||||||
config:
|
config:
|
||||||
|
|||||||
Reference in New Issue
Block a user