@@ -53,30 +53,6 @@ object Config {
53
53
val jacksonDatabind = " com.fasterxml.jackson.core:jackson-databind:2.18.3"
54
54
val jacksonKotlin = " com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3"
55
55
56
- // val springBootStarter = "org.springframework.boot:spring-boot-starter:$springBootVersion"
57
- // val springBootStarterGraphql = "org.springframework.boot:spring-boot-starter-graphql:$springBootVersion"
58
- // val springBootStarterQuartz = "org.springframework.boot:spring-boot-starter-quartz:$springBootVersion"
59
- // val springBootStarterTest = "org.springframework.boot:spring-boot-starter-test:$springBootVersion"
60
- // val springBootStarterWeb = "org.springframework.boot:spring-boot-starter-web:$springBootVersion"
61
- // val springBootStarterWebsocket = "org.springframework.boot:spring-boot-starter-websocket:$springBootVersion"
62
- // val springBootStarterWebflux = "org.springframework.boot:spring-boot-starter-webflux:$springBootVersion"
63
- // val springBootStarterAop = "org.springframework.boot:spring-boot-starter-aop:$springBootVersion"
64
- // val springBootStarterSecurity = "org.springframework.boot:spring-boot-starter-security:$springBootVersion"
65
- // val springBootStarterJdbc = "org.springframework.boot:spring-boot-starter-jdbc:$springBootVersion"
66
- // val springBootStarterActuator = "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
67
- //
68
- // val springBoot3Starter = "org.springframework.boot:spring-boot-starter:$springBoot3Version"
69
- // val springBoot3StarterGraphql = "org.springframework.boot:spring-boot-starter-graphql:$springBoot3Version"
70
- // val springBoot3StarterQuartz = "org.springframework.boot:spring-boot-starter-quartz:$springBoot3Version"
71
- // val springBoot3StarterTest = "org.springframework.boot:spring-boot-starter-test:$springBoot3Version"
72
- // val springBoot3StarterWeb = "org.springframework.boot:spring-boot-starter-web:$springBoot3Version"
73
- // val springBoot3StarterWebsocket = "org.springframework.boot:spring-boot-starter-websocket:$springBoot3Version"
74
- // val springBoot3StarterWebflux = "org.springframework.boot:spring-boot-starter-webflux:$springBoot3Version"
75
- // val springBoot3StarterAop = "org.springframework.boot:spring-boot-starter-aop:$springBoot3Version"
76
- // val springBoot3StarterSecurity = "org.springframework.boot:spring-boot-starter-security:$springBoot3Version"
77
- // val springBoot3StarterJdbc = "org.springframework.boot:spring-boot-starter-jdbc:$springBoot3Version"
78
- // val springBoot3StarterActuator = "org.springframework.boot:spring-boot-starter-actuator:$springBoot3Version"
79
-
80
56
val springWeb = " org.springframework:spring-webmvc"
81
57
val springWebflux = " org.springframework:spring-webflux"
82
58
val springSecurityWeb = " org.springframework.security:spring-security-web"
0 commit comments