Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jean-Francois Leveque
2017-02-13 09:54:06 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d4ab402cf13e5324fa4acdfd0fb0f4c48df79ff8
d4ab402c
1 parent
402fd72b
Javadoc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
src/main/java/org/legrog/configuration/JpaConfiguration.java
src/main/java/org/legrog/configuration/JpaConfiguration.java
View file @
d4ab402
...
...
@@ -13,7 +13,9 @@ public class JpaConfiguration {
@Produces
@RequestScoped
@PersistenceContext
(
unitName
=
"development-pu"
)
/** Interface injectable de gestion de la persistence */
/**
* Interface injectable de gestion de la persistence
*/
public
EntityManager
entityManager
;
}
...
...
Please
register
or
login
to post a comment