|
|
|
@ -8,12 +8,12 @@ sourceCompatibility = "17" |
|
|
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
repositories { |
|
|
|
mavenCentral() |
|
|
|
mavenCentral() |
|
|
|
maven { url "https://repo.spring.io/snapshot" } |
|
|
|
maven { url "https://repo.spring.io/milestone" } |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
dependencies { |
|
|
|
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0") |
|
|
|
implementation platform("org.springframework.boot:spring-boot-dependencies:3.0.0") |
|
|
|
implementation platform("org.springframework.security:spring-security-bom:6.1.0-SNAPSHOT") |
|
|
|
implementation platform("org.springframework.security:spring-security-bom:6.1.0-M2") |
|
|
|
implementation "org.springframework.boot:spring-boot-starter-web" |
|
|
|
implementation "org.springframework.boot:spring-boot-starter-web" |
|
|
|
implementation "org.springframework.boot:spring-boot-starter-thymeleaf" |
|
|
|
implementation "org.springframework.boot:spring-boot-starter-thymeleaf" |
|
|
|
implementation "org.springframework.boot:spring-boot-starter-security" |
|
|
|
implementation "org.springframework.boot:spring-boot-starter-security" |
|
|
|
|