add section admin permission

This commit is contained in:
2026-05-08 16:54:51 +07:00
parent 8da1c6e5b8
commit cbd73d6458
5 changed files with 46 additions and 1 deletions
+6
View File
@@ -20,6 +20,11 @@ configurations {
}
}
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:2023.0.0"
}
}
repositories {
mavenCentral()
@@ -41,5 +46,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-data-jpa-test'
testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:4.1.0'
}