commit | f6b6611069c0e8b0a827056eb3724130a81c8dba | [log] [tgz] |
---|---|---|
author | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 8月 02 15:42:43 2018 +0800 |
committer | 刘洪青 <hongqing.liu@supwisdom.com> | 周四 8月 02 15:44:35 2018 +0800 |
tree | f607faac5aa4afd56b793f4f9a0ca60adabf4926 | |
parent | fa79903321168b9670e787d2a6e1ccfd7e6ac7f8 [diff] [blame] |
新增示例auth、user、gateway、client
diff --git a/samples/user/src/main/resources/application.yml b/samples/user/src/main/resources/application.yml new file mode 100755 index 0000000..f8a64c2 --- /dev/null +++ b/samples/user/src/main/resources/application.yml
@@ -0,0 +1,14 @@ +server: + port: 10010 + +## logging +logging: + level: + root: INFO + org.springframework.web: INFO + com.supwisdom.infras.security: DEBUG + com.supwisdom.leaveschool: DEBUG + +spring: + application: + name: sample-user