| | |
| | | |
| | | <properties> |
| | | <revision>5.2.2</revision> |
| | | <spring-boot.version>3.2.9</spring-boot.version> |
| | | <spring-boot.version>3.2.10</spring-boot.version> |
| | | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| | | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| | | <java.version>17</java.version> |
| | |
| | | <justauth.version>1.16.6</justauth.version> |
| | | <!-- 离线IP地址定位库 --> |
| | | <ip2region.version>2.7.0</ip2region.version> |
| | | <undertow.version>2.3.15.Final</undertow.version> |
| | | |
| | | <!-- OSS 配置 --> |
| | | <aws.sdk.version>2.25.15</aws.sdk.version> |
| | |
| | | <groupId>org.lionsoul</groupId> |
| | | <artifactId>ip2region</artifactId> |
| | | <version>${ip2region.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>io.undertow</groupId> |
| | | <artifactId>undertow-core</artifactId> |
| | | <version>${undertow.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.undertow</groupId> |
| | | <artifactId>undertow-servlet</artifactId> |
| | | <version>${undertow.version}</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>io.undertow</groupId> |
| | | <artifactId>undertow-websockets-jsr</artifactId> |
| | | <version>${undertow.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |