Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kousen/Spring-Framework-Essentials
Projects used in Spring Framework Essentials video course
https://github.com/kousen/Spring-Framework-Essentials
Last synced: 11 days ago
JSON representation
Projects used in Spring Framework Essentials video course
- Host: GitHub
- URL: https://github.com/kousen/Spring-Framework-Essentials
- Owner: kousen
- License: mit
- Created: 2016-02-04T23:38:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T16:19:01.000Z (over 6 years ago)
- Last Synced: 2024-06-08T18:36:57.127Z (5 months ago)
- Language: Java
- Size: 255 KB
- Stars: 132
- Watchers: 15
- Forks: 147
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spring-Framework-Essentials
Projects used in Spring Framework Essentials video courseSee http://shop.oreilly.com/product/0636920046837.do for videos (also available on Safari)
* Updated Feb 2017 to use Spring 4.3.6.RELEASE and Gradle wrapper 3.3
Note: Jdbc, JPA, and SpringData projects require a MySQL database with the following properties:
- URL is jdbc:mysql://localhost:3306/spring
- username is 'root'
- no passwordIf you change those properties, update the file `prod.properties` in the `src/main/resources` folder.
All projects are now independent Gradle builds. Just run `gradle build`
at a command prompt in each root (for the database projects, once the MySQL DB is configured) and everything should run correctly.You can send me questions at `[email protected]`.
Ken Kousen
Marlborough, CT
Feb 2016