Skip to content

Commit f20f46e

Browse files
committed
init commit
1 parent 7ee946a commit f20f46e

23 files changed

+126
-1
lines changed

.idea/misc.xml

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target/classes/application.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
server:
2+
port: 8080
3+
spring:
4+
datasource:
5+
driver-class-name: com.mysql.jdbc.Driver
6+
url: jdbc:mysql://localhost:3306/spring_security_oauth2?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&serverTimezone=UTC&useSSL=false
7+
username: root
8+
password: gxfc2012
9+
jpa:
10+
hibernate:
11+
ddl-auto: update
12+
show-sql: true
13+
14+
security:
15+
oauth2:
16+
resource:
17+
filter-order: 99
697 Bytes
Binary file not shown.
3.83 KB
Binary file not shown.
3.47 KB
Binary file not shown.
5.72 KB
Binary file not shown.
3.27 KB
Binary file not shown.
2.91 KB
Binary file not shown.
2.6 KB
Binary file not shown.
1.59 KB
Binary file not shown.

0 commit comments

Comments
 (0)