Credit for #743
This commit is contained in:
parent
32a4a081d9
commit
bb31e11d9a
4
pom.xml
4
pom.xml
|
@ -370,6 +370,10 @@
|
|||
<id>malcolmm83</id>
|
||||
<name>Malcolm McRoberts</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>mouellet</id>
|
||||
<name>Mathieu Ouellet</name>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<licenses>
|
||||
|
|
|
@ -195,6 +195,10 @@
|
|||
explicitly listed, e.g. <![CDATA[<code>_include=Bundle.total</code>]]>.
|
||||
Thanks to @parisni for reporting!
|
||||
</action>
|
||||
<action type="add" issue="743">
|
||||
Add an example which uses Spring Boot to stand up a complete JPA server implementation.
|
||||
Thanks to Mathieu Ouellet for the contribution!
|
||||
</action>
|
||||
</release>
|
||||
<release version="3.0.0" date="2017-09-27">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue