Skip to content

Commit 34d9f9f

Browse files
committed
config
1 parent 9d995ca commit 34d9f9f

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

forsrc-springboot-gwt-resource/src/main/resources/application.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)