Skip to content

Commit ea3d38f

Browse files
Update Readme.md
1 parent 3b39cc9 commit ea3d38f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

java/hibernate-ucp/Readme.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Hibernate UCP Sample
2-
This is a hibernate sample that uses Universal Connection Pool(UCP). The sample creates an hibernate application and configures ucp though config/properties file..
2+
This is a hibernate sample that uses Universal Connection Pool(UCP). The sample creates an hibernate application and configures ucp through config/properties file..
33

44
# Main Components of the code
55
* **HibernateUCPSample**: This is the main class where we have the methods to get a connection from UCP pool configured through the properties file.
66
* **pom.xml**: Maven build script with all the necessary dependencies for the application to run.
77
* **application.properties**: Contains all the database specific details such as database URL, database username, database password etc., This also contains all the properties to UCP as a datasource.
8-

0 commit comments

Comments
 (0)