- Mastering Spring 5.0
- Ranga Rao Karanam
- 15字
- 2021-07-02 22:12:21
Bootstrap WebJar as Maven dependency
Let's add this to the pom.xml file:
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>3.3.6</version>
</dependency>