Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/groovy-cli-maven-hibernate-oracle-simple
Creates a small database table
https://github.com/bearddan2000/groovy-cli-maven-hibernate-oracle-simple
cli driver groovy hibernate hql log4j maven oracle simple
Last synced: 26 days ago
JSON representation
Creates a small database table
- Host: GitHub
- URL: https://github.com/bearddan2000/groovy-cli-maven-hibernate-oracle-simple
- Owner: bearddan2000
- Created: 2023-10-30T15:19:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-30T15:19:26.000Z (about 1 year ago)
- Last Synced: 2024-09-30T04:01:19.724Z (about 1 month ago)
- Topics: cli, driver, groovy, hibernate, hql, log4j, maven, oracle, simple
- Language: Groovy
- Homepage: https://github.com/bearddan2000/groovy-cli-maven-hibernate-oracle-simple
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# groovy-cli-maven-hibernate-oracle-simple
## Description
Creates a small database table
called `dog` and populates with
hql.## Tech stack
- groovy
- maven
- hibernate
- hql
- log4j
- oracle driver## Docker stack
- maven:3-openjdk-17
- gvenzl/oracle-free## To run
`sudo ./install.sh -u`## To stop
`sudo ./install.sh -d`## For help
`sudo ./install.sh -h`## Credit
- [HQL code based on](https://www.journaldev.com/2954/hibernate-query-language-hql-example-tutorial)
- [Hibernate config based on](https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/An-example-hibernatecfgxml-for-MySQL-8-and-Hibernate-5)
- [Hibernate code based on](https://github.com/lokeshgupta1981/hibernate/tree/master/hibernate-hello-world)