yingp 5 лет назад
Родитель
Сommit
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