diff options
| author | shizhendong <[email protected]> | 2023-11-02 10:39:26 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2023-11-02 10:39:26 +0800 |
| commit | 02d67988ebccd9fef99d32895062a2deb53e6fb0 (patch) | |
| tree | cab0ba54d94b6ab7af75528d46227a83351af0a6 /src/main/resources/application.yml | |
| parent | a2e888ff10e7607da89efb7f28c3d6c36194dc54 (diff) | |
fix: NEZ-3295 指定 spring.profiles.active = proddev
Diffstat (limited to 'src/main/resources/application.yml')
| -rw-r--r-- | src/main/resources/application.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 971ace9..3045d1f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,4 +12,6 @@ server: enabled: true spring: application: - name: demo_exporter
\ No newline at end of file + name: demo_exporter + profiles: + active: prod
\ No newline at end of file |
