forget some

This commit is contained in:
manalejandro 2018-11-24 16:04:59 +01:00
parent d0e072a50e
commit 503b18ad53
2 changed files with 15 additions and 2 deletions

View File

@ -1,2 +1,2 @@
## MongoDB CRUD with SpringBoot
# mvn spring-boot:run -f pom.xml
### mvn spring-boot:run -f pom.xml

15
pom.xml
View File

@ -33,7 +33,20 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jquery</artifactId>
<version>3.3.1-1</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootstrap</artifactId>
<version>4.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>