| | |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>mysql</groupId> |
| | | <artifactId>mysql-connector-java</artifactId> |
| | | <version>8.0.31</version> <!-- 使用适合您项目的版本号 --> |
| | | </dependency> |
| | | <!-- 通过界面下载po生成文件,2023/03/16 --> |
| | | <dependency> |
| | | <groupId>com.iplatform</groupId> |
| | | <artifactId>iplatform-jdbc-generator</artifactId> |
| | | <version>3.2.0</version> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/iplatform-jdbc-generator-2.3.0-SNAPSHOT.jar</systemPath> |
| | | <scope>system</scope> |
| | | </dependency> |
| | | |
| | | <!-- 阿里druid数据库连接池,如果使用直接引入到业务发布模块中,2023-03-15 --> |
| | |
| | | <artifactId>druid</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 如果使用Redis缓存,则引入支持模块 --> |
| | | <!-- redis支持 --> |
| | | <dependency> |
| | | <groupId>com.walkersoft</groupId> |
| | | <artifactId>walker-support-redis</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <groupId>com.walkersoft</groupId> |
| | | <artifactId>walker-cache</artifactId> |
| | | </exclusion> |
| | | </exclusions> |
| | | <version>${walker-support-redis.version}</version> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/walker-support-redis-3.2.0.jar</systemPath> |
| | | <scope>system</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.walkersoft</groupId> |
| | | <artifactId>walker-jdbc</artifactId> |
| | | <version>3.2.0</version> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/walker-jdbc-3.2.0.jar</systemPath> |
| | | <scope>system</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-autoconfigure</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <version>2.1.6.RELEASE</version> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <groupId>org.yaml</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <dependency> |
| | | <groupId>org.apache.tomcat.embed</groupId> |
| | | <artifactId>tomcat-embed-core</artifactId> |
| | | <version>9.0.89</version> |
| | | <version>10.1.31</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.tomcat.embed</groupId> |
| | | <artifactId>tomcat-embed-el</artifactId> |
| | | <version>9.0.89</version> |
| | | <version>10.1.31</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.tomcat.embed</groupId> |
| | | <artifactId>tomcat-embed-websocket</artifactId> |
| | | <version>9.0.89</version> |
| | | <version>10.1.31</version> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.apache.tomcat</groupId> |
| | | <artifactId>tomcat-annotations-api</artifactId> |
| | | <version>9.0.89</version> |
| | | <version>10.1.31</version> |
| | | </dependency> |
| | | |
| | | |
| | | <!-- <!– 2023-06-25 使用Oracle数据库需要配置,不需要直接注释即可。 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.walkersoft</groupId>--> |
| | | <!-- <artifactId>walker-jdbc-support-oracle</artifactId>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- elastic search 需要单独引入模块, 2023/07/31 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.springframework.boot</groupId>--> |
| | | <!-- <artifactId>spring-boot-starter-web</artifactId>--> |
| | | <!-- <exclusions>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.elasticsearch.client</groupId>--> |
| | | <!-- <artifactId>elasticsearch-rest-high-level-client</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- <exclusion>--> |
| | | <!-- <groupId>org.elasticsearch</groupId>--> |
| | | <!-- <artifactId>elasticsearch</artifactId>--> |
| | | <!-- </exclusion>--> |
| | | <!-- </exclusions>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- 2023-08-07 为现场调试,暂时关闭检索模块 --> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.elasticsearch.client</groupId>--> |
| | | <!-- <artifactId>elasticsearch-rest-high-level-client</artifactId>--> |
| | | <!-- <version>${es.version}</version>--> |
| | | <!-- </dependency>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.elasticsearch</groupId>--> |
| | | <!-- <artifactId>elasticsearch</artifactId>--> |
| | | <!-- <version>${es.version}</version>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <!-- <!– 积木报表功能,需要使用打开注释即可,2023-08-24 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.iplatform</groupId>--> |
| | | <!-- <artifactId>iplatform-report</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!-- 配置文件加密 --> |
| | | <dependency> |
| | | <groupId>com.github.ulisesbocchio</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.springframework.security</groupId> |
| | | <artifactId>spring-security-core</artifactId> |
| | | <version>5.7.12</version> |
| | | </dependency> |
| | | |
| | | </dependencies> |