- Mastering Microservices with Java
- Sourabh Sharma
- 174字
- 2021-07-02 13:03:33
Running the Maven build from IDE
All popular IDEs, such as Eclipse, Netbeans, and IntelliJ IDEA, support Java 11 and Spring. You can use any of the preferred IDEs having Java 11 support.
Here, we use the Maven executable to package the generated JAR file. The steps for this are as follows:
- Right-click on the pom.xml file for Eclipse/NetBeans IDE. For IntelliJ, use the Run menu.
- For NetBeans, select Run Maven | Goals... from the pop-up menu. It will open the dialog. Type spring-boot:run in the Goals field. We have used the released version of Spring Boot in the code. However, if you are using the snapshot release, you can check the Update Snapshots checkbox. To use it in the future, type spring-boot-run in the Remember as field. For Eclipse/IntelliJ IDEA, use the respective fields.
- Next time, you could directly click Run | Maven | Goals | spring-boot-run to execute the project or on the basis of a similar option in the respective IDE:

Run Maven dialog
- Click OK to execute the project.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- Mastering ServiceStack
- INSTANT Sencha Touch
- C++程序設計基礎教程
- Java軟件開發基礎
- SAS數據統計分析與編程實踐
- Clojure Reactive Programming
- Visual Basic程序設計實踐教程
- Mobile Device Exploitation Cookbook
- Mastering Elasticsearch(Second Edition)
- Mastering JavaScript
- Web前端測試與集成:Jasmine/Selenium/Protractor/Jenkins的最佳實踐
- SQL Server 2008實用教程(第3版)
- Learning Node.js for Mobile Application Development
- SQL Server 2012數據庫管理與開發(慕課版)