forget some
This commit is contained in:
parent
d0e072a50e
commit
503b18ad53
@ -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
15
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user