| | |
| | | <glassfish-jaxb.version>2.3.3</glassfish-jaxb.version> |
| | | <log4j2.version>2.15.0</log4j2.version> |
| | | <javax-jaxb.version>2.3.0</javax-jaxb.version> |
| | | <dynamic.version>4.3.0</dynamic.version> |
| | | |
| | | </properties> |
| | | <repositories> |
| | |
| | | <dependency> |
| | | <groupId>com.baomidou</groupId> |
| | | <artifactId>dynamic-datasource-spring-boot-starter</artifactId> |
| | | <version>3.5.1</version> |
| | | <version>${dynamic.version}</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | |
| | | <groupId>com.fasterxml.jackson.core</groupId> |
| | | <artifactId>jackson-databind</artifactId> |
| | | <version>2.11.3</version> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-aop</artifactId> |
| | | </dependency> |
| | | |
| | | <dependency> |