yingp пре 5 година
родитељ
комит
ffa4ca8502
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      build.gradle

+ 1 - 0
build.gradle

@@ -16,6 +16,7 @@ apply plugin: 'java'
 apply plugin: 'idea'
 apply plugin: 'maven'
 apply plugin: 'maven-publish'
+apply plugin: 'org.springframework.boot'
 
 sourceCompatibility = 1.8
 targetCompatibility = 1.8