* BAEL-1381

* [BAEL-1381]

* [BAEL-1381] New module name

* [BAEL-1381] software-security module

* [BAEL-1381] Add JPA examples

* Workaround for spring-framework#21094

* Initial import

* [BAEL-1219] OLingo2 code

* Initial import

* [BAEL-1219] Code for Olingo V4 sample

* [BAEL-1219] Code polishing

* [BAEL-1219] Add Sample URLs
This commit is contained in:
psevestre
2019-05-08 02:48:37 -03:00
committed by maibin
parent 51a9d7b0d6
commit a32176e25b
39 changed files with 2414 additions and 52 deletions

View File

@@ -17,6 +17,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
@@ -53,6 +54,11 @@
<artifactId>hibernate-jpamodelgen</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
</dependency>
</dependencies>
<build>