Added sample security. Though this breaks the app.
This commit is contained in:
@ -36,6 +36,11 @@ dependencies {
|
||||
implementation 'com.rethinkdb:rethinkdb-driver:2.4.4'
|
||||
// https://mvnrepository.com/artifact/com.google.code.gson/gson
|
||||
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
|
||||
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-security
|
||||
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: '3.2.4'
|
||||
// https://mvnrepository.com/artifact/io.jsonwebtoken/jjwt-api
|
||||
implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.12.5'
|
||||
|
||||
}
|
||||
|
||||
bootJar {
|
||||
|
Reference in New Issue
Block a user