| | |
| | | <dependency> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-validation</artifactId> |
| | | <exclusions> |
| | | <exclusion> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <groupId>org.yaml</groupId> |
| | | </exclusion> |
| | | </exclusions> |
| | | </dependency> |
| | | |
| | | <dependency> |
| | | <groupId>org.yaml</groupId> |
| | | <artifactId>snakeyaml</artifactId> |
| | | <version>2.0</version> |
| | | </dependency> |
| | | <!-- jdbc pojo通用依赖 --> |
| | | <dependency> |
| | | <groupId>com.walkersoft</groupId> |
| | | <artifactId>walker-jdbc-common</artifactId> |
| | | <scope>provided</scope> |
| | | <version>${walker-jdbc-common.version}</version> |
| | | <systemPath>${project.basedir}/src/main/resources/lib/walker-jdbc-common-3.2.0.jar</systemPath> |
| | | <scope>system</scope> |
| | | </dependency> |
| | | <!-- json注解:属性绑定依赖 --> |
| | | <dependency> |
| | |
| | | <artifactId>jackson-databind</artifactId> |
| | | <scope>provided</scope> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>org.springframework</groupId> |
| | | <artifactId>spring-jdbc</artifactId> |
| | | </dependency> |
| | | </dependencies> |
| | | |
| | | </project> |