This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
🎉
spring-boot-demo-rbac-security 初始化
pull/1/head
Yangkai.Shen
6 years ago
parent
22e1f7bcee
commit
adba5f03a8
2 changed files
with
24 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
spring-boot-demo-rbac-security/src/main/resources/application.properties
+24
-0
spring-boot-demo-rbac-security/src/main/resources/application.yml
+ 0
- 0
spring-boot-demo-rbac-security/src/main/resources/application.properties
View File
+ 24
- 0
spring-boot-demo-rbac-security/src/main/resources/application.yml
View File
@@ -0,0 +1,24 @@
server:
port: 8080
servlet:
context-path: /demo
spring:
datasource:
hikari:
jdbc-url: jdbc:mysql://127.0.0.1:3306/spring-boot-demo?useUnicode=true&characterEncoding=UTF-8&useSSL=false&autoReconnect=true&failOverReadOnly=false&serverTimezone=GMT%2B8
username: root
password: root
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
show-sql: true
generate-ddl: false
hibernate:
ddl-auto: validate
open-in-view: true
properties:
hibernate:
dialect: org.hibernate.dialect.MySQL57InnoDBDialect
jwt:
config:
key: xkcoding
ttl: 600000
Write
Preview
Loading…
Cancel
Save