This project has declared the following modules:
Name | Description |
---|---|
Docs::Course Docs | This project supplies course notes and lab exercises that cover course concepts in detail. |
Intro::Introduction Root | This is the root project for introductory examples providing core concepts required for understanding the targeted course objectives. |
Common::Common Root | This is the root project for common, reusable class implementations for the examples tree. |
Application Root | This is the root project for topics relative to building a core Spring Boot application. |
Services Root | This is the root project for examples realtive to building externally callable, secure services. |
Data Tier Root | This is the root project for examples relative to building a data tier as a part of an application. |
Assignments::Assignment Support Root | This is the root project for modules that are created to be used in direct support of assignments. |
Starter::Assignment Starter Root | This is the root project for modules that are meant to be starter hints for assignments. They are skeletal -- i.e. not complete. Change the "starter" in groupId to a name unique to you. Example: info.ejava-student.starter.assignments.projectName info.ejava-student.jimstafford.assignments.projectName Change the "Starter" in name to a name unique to you. Example: Starter::Assignments::ProjectName JimStafford::Assignments::ProjectName |