- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 75字
- 2021-06-24 19:17:32
Command line via the Maven goal
The first one is a goal of the Spring Boot Maven plugin, and it is straightforward; open the terminal then go to the root project folder, pay attention as this is the same folder where we have the pom.xml, and execute the following command:
mvn clean install spring-boot:run
The Maven will now compile the project and run the main class, the class CmsApplication, and we should see this output:

推薦閱讀
- ASP.NET MVC4框架揭秘
- Drupal 8 Blueprints
- Power Up Your PowToon Studio Project
- Instant Apache Stanbol
- 程序員面試筆試寶典
- PostgreSQL技術內幕:事務處理深度探索
- Mastering Python Scripting for System Administrators
- ArcGIS By Example
- OpenStack Orchestration
- Python編程:從入門到實踐(第3版)
- C++從入門到精通(第6版)
- 從零開始學Android開發
- Offer來了:Java面試核心知識點精講(框架篇)
- 一覽眾山小:ASP.NET Web開發修行實錄
- Java EE程序設計與開發實踐教程