Where is the application.properties file in a Spring Boot project?

后端 未结 4 853
攒了一身酷
攒了一身酷 2020-12-15 02:19

I started a new Spring boot project, I want to change the port number and I read that I have to modify the /resource/application.properties to do so.

I

4条回答
  •  感情败类
    2020-12-15 02:58

    You can create it manually but the default location of application.properties is here

提交回复
热议问题