Я начал новый проект загрузки Spring, хочу изменить номер порта и прочитал, что мне нужно изменить
Код: Выделить всё
/resource/application.properties
I cannot locate this file however, did I miss something? Do I need to install a boot starter? I don't want to set this using the spring CLI.
Should I create this file manually? If so, I think I'll have to mark this file as the properties file somewhere in the code. Where would that be?
Источник: https://stackoverflow.com/questions/387 ... ot-project