| | |
| | | <version>${redisson.version}</version> |
| | | </dependency> |
| | | |
| | | <!--jaxb--> |
| | | <!-- jdk11 缺失依赖 jaxb--> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | |
| | | <logging.level>warn</logging.level> |
| | | </properties> |
| | | </profile> |
| | | |
| | | <!-- jdk多版本配置 --> |
| | | <profile> |
| | | <id>jdk8</id> |
| | | <activation> |
| | | <activeByDefault>true</activeByDefault> |
| | | <jdk>1.8</jdk> |
| | | </activation> |
| | | <properties> |
| | | <java.version>1.8</java.version> |
| | | </properties> |
| | | </profile> |
| | | <profile> |
| | | <id>jdk11</id> |
| | | <activation> |
| | | <jdk>11</jdk> |
| | | </activation> |
| | | <properties> |
| | | <java.version>11</java.version> |
| | | </properties> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | </project> |
| | |
| | | <artifactId>redisson-spring-boot-starter</artifactId> |
| | | </dependency> |
| | | |
| | | <!--jaxb--> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | </dependency> |
| | | |
| | | </dependencies> |
| | | |
| | | <profiles> |
| | | <profile> |
| | | <id>jdk11</id> |
| | | <dependencies> |
| | | <!--jaxb--> |
| | | <dependency> |
| | | <groupId>com.sun.xml.bind</groupId> |
| | | <artifactId>jaxb-impl</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | </profile> |
| | | </profiles> |
| | | |
| | | </project> |