Mesmo após trocar a porta no arquivo src/main/resources/application.properties, tentei por várias, 8090,8080,8072
server.port=8072
datasource
spring.datasource.driverClassName=org.h2.Driver spring.datasource.url=jdbc:h2:mem:leiloes spring.datasource.username=sa spring.datasource.password=
jpa
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect spring.jpa.hibernate.ddl-auto=create-drop
aparece o seguinte erro Identify and stop the process that's listening on port 8072 or configure this application to listen on another port.
Identify and stop the process that's listening on port 8080 or configure this application to listen on another port.