| | |
| | | <easyexcel.version>4.0.2</easyexcel.version> |
| | | <velocity.version>2.3</velocity.version> |
| | | <satoken.version>1.39.0</satoken.version> |
| | | <mybatis-plus.version>3.5.7</mybatis-plus.version> |
| | | <mybatis-plus.version>3.5.8</mybatis-plus.version> |
| | | <p6spy.version>3.9.1</p6spy.version> |
| | | <hutool.version>5.8.31</hutool.version> |
| | | <okhttp.version>4.10.0</okhttp.version> |
| | | <spring-boot-admin.version>3.2.3</spring-boot-admin.version> |
| | | <redisson.version>3.34.1</redisson.version> |
| | | <lock4j.version>2.2.7</lock4j.version> |
| | |
| | | <!-- 环境标识,需要与配置文件的名称相对应 --> |
| | | <profiles.active>local</profiles.active> |
| | | <logging.level>info</logging.level> |
| | | <monitor.username>ruoyi</monitor.username> |
| | | <monitor.password>123456</monitor.password> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | |
| | | <!-- 环境标识,需要与配置文件的名称相对应 --> |
| | | <profiles.active>dev</profiles.active> |
| | | <logging.level>info</logging.level> |
| | | <monitor.username>ruoyi</monitor.username> |
| | | <monitor.password>123456</monitor.password> |
| | | </properties> |
| | | <activation> |
| | | <!-- 默认环境 --> |
| | |
| | | <properties> |
| | | <profiles.active>prod</profiles.active> |
| | | <logging.level>warn</logging.level> |
| | | <monitor.username>ruoyi</monitor.username> |
| | | <monitor.password>123456</monitor.password> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | |
| | | <groupId>p6spy</groupId> |
| | | <artifactId>p6spy</artifactId> |
| | | <version>${p6spy.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>com.squareup.okhttp3</groupId> |
| | | <artifactId>okhttp</artifactId> |
| | | <version>${okhttp.version}</version> |
| | | </dependency> |
| | | |
| | | <!-- AWS SDK for Java 2.x --> |