【改进】APP访问统计增加地址

This commit is contained in:
MichaelWin
2026-02-02 11:22:27 +08:00
parent 2516e1e1a3
commit a8d1c73390
5 changed files with 102 additions and 1 deletions

View File

@@ -46,9 +46,11 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test' // 测试框架
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' // thymeleaf模版引擎
implementation 'com.aliyun.oss:aliyun-sdk-oss:3.18.3' // OSS SDK
implementation 'cn.hutool:hutool-all:5.8.40' // hutool工具包
implementation 'cn.hutool:hutool-all:5.8.42' // hutool工具包
implementation 'io.springfox:springfox-swagger2:2.10.5'
implementation 'com.github.xiaoymin:knife4j-openapi2-spring-boot-starter:4.4.0'
implementation 'org.lionsoul:ip2region:2.7.0'
implementation 'jakarta.servlet:jakarta.servlet-api:5.0.0'
}