parent
bf303b02f7
commit
80754d5cc2
@ -1,2 +0,0 @@
|
||||
host: 192.168.0.1
|
||||
port: 8080
|
@ -1,49 +0,0 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.3.0.BUILD-SNAPSHOT'
|
||||
}
|
||||
repositories {
|
||||
// NOTE: You should declare only repositories that you need here
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "http://repo.spring.io/release" }
|
||||
maven { url "http://repo.spring.io/milestone" }
|
||||
maven { url "http://repo.spring.io/snapshot" }
|
||||
}
|
||||
dependencies {
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
apply plugin: 'eclipse'
|
||||
apply plugin: 'idea'
|
||||
apply plugin: 'spring-boot'
|
||||
|
||||
jar {
|
||||
baseName = 'spring-boot-sample-property-validation'
|
||||
version = '0.0.0'
|
||||
}
|
||||
|
||||
run {
|
||||
systemProperties = System.properties
|
||||
}
|
||||
|
||||
repositories {
|
||||
// NOTE: You should declare only repositories that you need here
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
maven { url "http://repo.spring.io/release" }
|
||||
maven { url "http://repo.spring.io/milestone" }
|
||||
maven { url "http://repo.spring.io/snapshot" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile("org.springframework.boot:spring-boot-starter")
|
||||
compile("org.hibernate:hibernate-validator")
|
||||
testCompile("org.springframework.boot:spring-boot-starter-test")
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '1.6'
|
||||
}
|
@ -1,2 +1,2 @@
|
||||
host: 192.168.0.1
|
||||
port: 8080
|
||||
sample.host=192.168.0.1
|
||||
sample.port=7070
|
@ -1,2 +0,0 @@
|
||||
host: 192.168.0.1
|
||||
port: 8080
|
Loading…
Reference in New Issue