- 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:

推薦閱讀
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Effective C#:改善C#代碼的50個(gè)有效方法(原書第3版)
- C語(yǔ)言程序設(shè)計(jì)基礎(chǔ)與實(shí)驗(yàn)指導(dǎo)
- The React Workshop
- HTML5+CSS3+JavaScript Web開發(fā)案例教程(在線實(shí)訓(xùn)版)
- Instant RubyMotion App Development
- Java EE 7 Performance Tuning and Optimization
- PHP+MySQL+Dreamweaver動(dòng)態(tài)網(wǎng)站開發(fā)從入門到精通(第3版)
- Web App Testing Using Knockout.JS
- 小程序從0到1:微信全棧工程師一本通
- Java程序設(shè)計(jì)基礎(chǔ)(第6版)
- Implementing Microsoft Dynamics NAV(Third Edition)
- Android 游戲開發(fā)大全(第二版)
- SAP Web Dynpro for ABAP開發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用
- C/C++代碼調(diào)試的藝術(shù)(第2版)