| 1234567891011121314151617181920 |
- //configurations {
- // compile.exclude module: 'spring-boot-starter'
- // compile.exclude module: 'spring-boot-starter-aop'
- // compile.exclude module: 'spring-boot-configuration-processor'
- // compile.exclude module: 'spring-boot-starter-log4j2'
- // compile.exclude module: 'morphling.log4j2Appender'
- // compile.exclude module: 'netty-all'
- // compile.exclude module: 'commons-lang3:3.7'
- // compile.exclude module: 'jasypt-spring-boot-starter'
- // compile.exclude module: 'spring-boot-starter-test'
- //}
- dependencies {
- compile('io.springfox:springfox-swagger2:2.10.0')
- compile('io.springfox:springfox-swagger-ui:2.10.0')
- implementation('javax.validation:validation-api:2.0.1.Final')
- implementation('org.hibernate.validator:hibernate-validator:6.0.17.Final')
- implementation('com.friday.base:common:1.0.0')
- implementation('com.friday.base:database:1.0.0')
- }
|