- Spring 5.0 By Example
- Claudio Eduardo de Oliveira
- 77字
- 2021-06-24 19:17:33
Adding Lombok dependency
Put the following dependency in a pom.xml file:
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
<scope>provided</scope>
</dependency>
The provided scope instructs Maven not to include this dependency in the JAR file because we need it at compile time. We do not need it at runtime. Wait for Maven to download the dependency, that is all for now.
Also, we can use the Reimport All Maven Projects provided by IntelliJ IDEA, located in the Maven Projects tab, as shown here:

推薦閱讀
- Production Ready OpenStack:Recipes for Successful Environments
- Web Application Development with MEAN
- Building Serverless Applications with Python
- Android開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- 領(lǐng)域驅(qū)動設(shè)計:軟件核心復(fù)雜性應(yīng)對之道(修訂版)
- 軟件測試綜合技術(shù)
- ActionScript 3.0從入門到精通(視頻實戰(zhàn)版)
- Go語言從入門到精通
- Python一行流:像專家一樣寫代碼
- 高性能PHP 7
- INSTANT LESS CSS Preprocessor How-to
- Responsive Web Design with jQuery
- Instant Pygame for Python Game Development How-to
- HTML5/CSS3/JavaScript技術(shù)大全
- 虛擬現(xiàn)實:引領(lǐng)未來的人機交互革命