Last active
December 7, 2018 13:12
Revisions
-
v1talii-dev revised this gist
Dec 7, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Обновление ресурсов (HTML, JSP, JavaScript, CSS, img) без перезагрузки сервера для Intellij IDEA Ultimate Edition - Если требуется (при использовании Lombok), предварительно настраиваем препроцессинг сборки в `File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). - Переходим в `File -> Settings -> Build, Execution, Deployment -> Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>A</kbd>, далее выбираем `Registry` из выпадающего меню. -
v1talii-dev revised this gist
Nov 19, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,6 @@ - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). - Переходим в `File -> Settings -> Build, Execution, Deployment -> Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Shift</kbd> + <kbd>Ctrl</kbd> + <kbd>A</kbd>, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение через `Spring Boot`. -
v1talii-dev revised this gist
Jul 20, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ # Обновление ресурсов (HTML, JSP, JavaScript, CSS, img) без перезагрузки сервера для Intellij IDEA Ultimate Edition - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Build, Execution, Deployment -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). - Переходим в `File -> Settings -> Build, Execution, Deployment -> Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>/</kbd>, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение через `Spring Boot`. -
v1talii-dev revised this gist
Jul 19, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). - Переходим в `File -> Settings -> Build,Execution,Deployment"->Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>/</kbd>, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение через `Spring Boot`. -
v1talii-dev revised this gist
Jul 18, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,4 +5,4 @@ - Переходим в `File->Settings -> Build,Execution,Deployment"->Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>/</kbd>, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение через `Spring Boot`. -
v1talii-dev revised this gist
Jul 18, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Обновление ресурсов (HTML, JSP, JavaScript, CSS, img) без перезагрузки сервера для Intellij IDEA Ultimate Edition - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). -
v1talii-dev revised this gist
Jul 18, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -3,6 +3,6 @@ - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). - Переходим в `File->Settings -> Build,Execution,Deployment"->Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>/</kbd>, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение. -
v1talii-dev revised this gist
Jul 18, 2018 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ # Обновление ресурсов (HTML, JSP, JavaScript, CSS, img) без перезагрузки сервера для Intellij IDEA - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources`. Подробнее читайте [тут](https://www.jetbrains.com/help/idea/updating-applications-on-application-servers.html#update_options). - Переходим в `File->Settings -> Build,Execution,Deployment"->Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>/</kbd>`, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение. -
v1talii-dev revised this gist
Jul 18, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources` - Переходим в `File->Settings -> Build,Execution,Deployment"->Compiler` и ставим галку напротив `Build project automatically` - Выполняем сочетание клавиш `Ctrl-Alt-Shift-/`, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение. -
v1talii-dev revised this gist
Jul 18, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # Обновление ресурсов (HTML, JSP, JavaScript, CSS, img) без перезагрузки сервера для Intellij IDEA - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources` -
v1talii-dev created this gist
Jul 18, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ # Обновление ресурсов (css, js) без перезагрузки сервера для Intellij IDEA - Если требуется, предворительно настраиваем препроцессинг сборки в `File -> Settings -> Vuild, Execution, Deploymen -> Compiler -> Annotation Processors` - Переходим в `Run -> Edit configurations`, слева выбираем `Spring Boot`. Во вкладке `Configurations` в поле `On Update action` выставляем `Update classes and resources` - Переходим в `File->Settings -> Build,Execution,Deployment"->Compiler` и ставим галку напротив `Make project automatically` - Выполняем сочетание клавиш `Ctrl-Alt-Shift-/`, далее выбираем `Registry` из выпадающего меню. - В списке находим `compiler.automake.allow.when.app.running` и ставим галку. - Запускаем приложение.