Browse Source

运行配置文件修改

wangmh 8 years ago
parent
commit
5dacd7f1c4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      sso-server/src/main/resources/application.yml

+ 2 - 0
sso-server/src/main/resources/application.yml

@@ -1,6 +1,8 @@
 spring:
  application:
   name: sso-server
+ profiles:
+   active: dev
  jpa:
   database: MYSQL
   show-sql: false