|
@@ -28,11 +28,8 @@ dependencies {
|
|
|
|
|
|
implementation("$bootGroup:spring-boot-starter-web")
|
|
|
implementation("$bootGroup:spring-boot-starter-undertow")
|
|
|
- implementation("$bootGroup:spring-boot-starter-websocket")
|
|
|
- implementation("org.apache.logging.log4j:log4j-core:$log4jVersion")
|
|
|
- implementation("org.apache.logging.log4j:log4j-jul:$log4jVersion")
|
|
|
- implementation("org.apache.logging.log4j:log4j-api:$log4jVersion")
|
|
|
- implementation("org.apache.logging.log4j:log4j-slf4j-impl:$log4jVersion")
|
|
|
+// implementation("$bootGroup:spring-boot-starter-websocket")
|
|
|
+
|
|
|
|
|
|
implementation ("org.postgresql:postgresql:$postgresqlDriverVersion")
|
|
|
implementation "com.baomidou:mybatis-plus-boot-starter:$mybatisPlusVersion"
|