diff --git a/.classpath b/.classpath index cc0fc57..540156a 100644 --- a/.classpath +++ b/.classpath @@ -1,26 +1,30 @@ - + - + + - + - + + - + - + + - + - + + - + diff --git a/.project b/.project index e4d9fca..384c24e 100644 --- a/.project +++ b/.project @@ -15,6 +15,11 @@ + + org.springframework.ide.eclipse.boot.validation.springbootbuilder + + + org.eclipse.jdt.core.javanature diff --git a/.settings/org.springframework.ide.eclipse.prefs b/.settings/org.springframework.ide.eclipse.prefs new file mode 100644 index 0000000..a12794d --- /dev/null +++ b/.settings/org.springframework.ide.eclipse.prefs @@ -0,0 +1,2 @@ +boot.validation.initialized=true +eclipse.preferences.version=1 diff --git a/build.gradle b/build.gradle index 5c6cc32..7aa48a4 100644 --- a/build.gradle +++ b/build.gradle @@ -8,10 +8,6 @@ apply plugin: 'org.springframework.boot' repositories { jcenter() } - -springBoot { // when using spring loaded turn on noverify - noverify = true } - ext { applicationDefaultJvmArgs = [ "-Dfile.encoding=UTF-8",