This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Update Maven configuration
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.2-alpha
Pekka Helenius
4 years ago
parent
4baea10349
commit
9054c5c072
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
bookstore/pom.xml
+ 5
- 0
bookstore/pom.xml
View File
@ -52,6 +52,11 @@
<artifactId
>
spring-boot-starter-data-jpa
</artifactId>
</dependency>
<dependency
>
<groupId
>
org.springframework.boot
</groupId>
<artifactId
>
spring-boot-starter-data-rest
</artifactId>
</dependency>
<dependency
>
<groupId
>
com.h2database
</groupId>
<artifactId
>
h2
</artifactId>
Write
Preview
Loading…
Cancel
Save