|
|
@ -27,13 +27,14 @@ dependencies { |
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-web' |
|
|
|
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.4' |
|
|
|
implementation group: 'org.xerial', name: 'sqlite-jdbc', version: '3.48.0.0' |
|
|
|
implementation group: 'org.freemarker', name: 'freemarker', version: '2.3.34' |
|
|
|
implementation group: 'com.baomidou', name: 'mybatis-plus-boot-starter', version: '3.5.10.1' |
|
|
|
implementation group: 'com.baomidou', name: 'mybatis-plus-jsqlparser', version: '3.5.10.1' |
|
|
|
implementation group: 'com.baomidou', name: 'mybatis-plus-generator', version: '3.5.10.1' |
|
|
|
implementation group: 'com.github.xiaoymin', name: 'knife4j-openapi3-jakarta-spring-boot-starter', version: '4.5.0' |
|
|
|
implementation group: 'cn.hutool', name: 'hutool-all', version: '5.8.35' |
|
|
|
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.5.16' |
|
|
|
|
|
|
|
|
|
|
|
compileOnly 'org.projectlombok:lombok' |
|
|
|
developmentOnly 'org.springframework.boot:spring-boot-devtools' |
|
|
|
annotationProcessor 'org.projectlombok:lombok' |
|
|
|