chore: Deactivate security for now

pull/1/head
Lunix-420 2024-10-28 15:32:00 +01:00
parent a052fb3f56
commit f16519de9b
2 changed files with 9 additions and 7 deletions

12
pom.xml
View File

@ -42,22 +42,22 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId> <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId> <artifactId>spring-boot-starter-security</artifactId>
</dependency> </dependency> -->
<dependency> <dependency>
<groupId>org.thymeleaf.extras</groupId> <groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-springsecurity6</artifactId> <artifactId>thymeleaf-extras-springsecurity6</artifactId>
</dependency> </dependency>
<dependency> <!-- <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-client</artifactId> <artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency> </dependency> -->
<dependency> <!-- <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-resource-server</artifactId> <artifactId>spring-boot-starter-oauth2-resource-server</artifactId>
</dependency> </dependency> -->
<dependency> <dependency>
<groupId>org.projectlombok</groupId> <groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId> <artifactId>lombok</artifactId>

View File

@ -1,4 +1,6 @@
spring: spring:
application:
name: maradona-backend
profiles: profiles:
active: dev # Set 'dev' profile as the active profile for development active: dev # Set 'dev' profile as the active profile for development
@ -6,7 +8,7 @@ spring:
url: jdbc:h2:mem:testdb url: jdbc:h2:mem:testdb
driver-class-name: org.h2.Driver driver-class-name: org.h2.Driver
username: sa username: sa
password: password password: password123
h2: h2:
console: console: