We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d995ca commit 34d9f9fCopy full SHA for 34d9f9f
forsrc-springboot-gwt-resource/src/main/resources/application.properties
forsrc-springboot-gwt-resource/src/main/resources/application.yml
@@ -0,0 +1,17 @@
1
+#server.port=7777
2
+#security.oauth2.resource.jwt.key-uri=${auth-server:http://localhost:9999/uaa}/oauth/token_key
3
+#spring.jackson.date-format=com.fasterxml.jackson.databind.util.ISO8601DateFormat
4
+
5
+server:
6
+ port: 7777
7
8
9
+security:
10
+ oauth2:
11
+ resource:
12
+ jwt:
13
+ key-uri: ${auth-server:http://localhost:9999/uaa}/oauth/token_key
14
15
+spring:
16
+ jackson:
17
+ date-format: com.fasterxml.jackson.databind.util.ISO8601DateFormat
0 commit comments