- Собрать проект
./mvnw clean installWindows:
mvnw.cmd clean install- Запустить проект
./mvnw spring-boot:run -pl demo-applicationWindows:
mvnw.cmd spring-boot:run -pl demo-application./mvnw clean install \
spring-boot:run -pl demo-application \
-Dspring-boot.run.arguments="--example.starter.enabled=false"Ошибка:
Consider defining a bean of type
'com.example.starter.autoconfigure.ExampleService'
in your configuration.
example-starter-autoconfigure.
Это можно сделать командой:
./mvnw clean install -pl example-starter-autoconfigureили пересобрать полностью проект
./mvnw clean install