FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

kousen/Advanced_Java: Source code for "Advanced Java" video course from O'Reilly · GitHub

Repository files navigation

Sample project for the Advanced Java video course from O’Reilly

The included Gradle build file lists all the required dependencies.

The data access sections use a MySQL database named hr running on localhost, so the JDBC URL is jdbc:mysql://localhost:3306/hr. The assumed username is jpa and the password is java. A Groovy script called database.initialize_database is provided to reset the database if necessary. The Gradle build file uses the application plugin where that script is the main class, so running gradlew run will execute it.

Executing gradle build should compile everything, run all the tests, and produce an HTML test report in the build/reports/tests/index.html location.

Please let me know if there are any questions or problems.

Ken Kousen

Spring 2016

About

Source code for "Advanced Java" video course from O'Reilly

Resources

Stars

74 stars

Watchers

8 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL