+Data Structure Changes

+Api Functionality
This commit is contained in:
2025-01-05 01:30:28 +01:00
parent b3d5b5ad11
commit f26f365b3c
9 changed files with 114 additions and 5 deletions

View File

@@ -39,6 +39,10 @@
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>