| | |
| | | <groupId>com.mysql</groupId> |
| | | <artifactId>mysql-connector-j</artifactId> |
| | | </dependency> |
| | | <!-- Oracle --> |
| | | <dependency> |
| | | <groupId>com.oracle.database.jdbc</groupId> |
| | | <artifactId>ojdbc8</artifactId> |
| | | </dependency> |
| | | <!-- PostgreSql --> |
| | | <dependency> |
| | | <groupId>org.postgresql</groupId> |
| | | <artifactId>postgresql</artifactId> |
| | | </dependency> |
| | | <!-- SqlServer --> |
| | | <dependency> |
| | | <groupId>com.microsoft.sqlserver</groupId> |
| | | <artifactId>mssql-jdbc</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- <!– mp支持的数据库均支持 只需要增加对应的jdbc依赖即可 –>--> |
| | | <!-- <!– Oracle –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.oracle.database.jdbc</groupId>--> |
| | | <!-- <artifactId>ojdbc8</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!-- <!– 兼容oracle低版本 –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.oracle.database.nls</groupId>--> |
| | | <!-- <artifactId>orai18n</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!-- <!– PostgreSql –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>org.postgresql</groupId>--> |
| | | <!-- <artifactId>postgresql</artifactId>--> |
| | | <!-- </dependency>--> |
| | | <!-- <!– SqlServer –>--> |
| | | <!-- <dependency>--> |
| | | <!-- <groupId>com.microsoft.sqlserver</groupId>--> |
| | | <!-- <artifactId>mssql-jdbc</artifactId>--> |
| | | <!-- </dependency>--> |
| | | |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-common-ratelimiter</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>ruoyi-common-mail</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <artifactId>ruoyi-demo</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 车间质量模块 --> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | | <artifactId>lb-qms</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- 工作流模块 --> |
| | | <dependency> |
| | | <groupId>org.dromara</groupId> |
| | |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-test</artifactId> |
| | | <scope>test</scope> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>me.zhyd.oauth</groupId> |
| | | <artifactId>JustAuth</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- SnailJob client --> |
| | | <dependency> |
| | | <groupId>com.aizuda</groupId> |
| | | <artifactId>snail-job-client-starter</artifactId> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>com.aizuda</groupId> |
| | | <artifactId>snail-job-client-job-core</artifactId> |
| | | </dependency> |
| | | |
| | | <!-- skywalking 整合 logback --> |