Skip to content

Latest commit

 

History

History
117 lines (74 loc) · 3.74 KB

README.md

File metadata and controls

117 lines (74 loc) · 3.74 KB

Author Language Language License


Logo

Beginner Spring Boot Training

Spring Boot Training of the basics concepts in order to start application.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Learning Resources

About The Project

This training is for beginners and students that reviews the basic concepts of the Spring Boot Applications.

Program - What you will learn in this training?

  • Practice 1: IoC and dependencies injection
  • Practice 2: Configurations of properties
  • Practice 3: Pokemon Simple CRUD restfull API

(back to top)

Getting Started

This training is a series of practices to get you familiar with the Spring Boot Applications and your basic concepts.

For each practice exists an "INSTRUCTIONS.md" file that explain the goals.

Also, there is a branch that contains practice and other branch that contains the solutions.

For example, for the practice 1 exists "tech/practice-1" and "tech/practice-1-solutions".

How to build and run tests

Working with the project using Intellij IDEA:
  1. Import the project as Gradle project.
  2. To build the project and run the tests use test task on the Gradle tool window (View | Tool Windows | Gradle).

Here https://www.jetbrains.com/help/idea/gradle.html#gradle_tasks you can read how to run Gradle task from the Gradle toolbar in IntelliJ IDEA.

Working with the commandline

You can also build the project and run all tests in the terminal:

./gradlew test

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Don't forget to give the project a star! Thanks again!

(back to top)

License

Distributed under the APACHE License. See LICENSE-2.0.txt for more information.

(back to top)

Contact

Jordi Jiménez Guil - info@cosmiccodingcommunityclub.com

(back to top)

Learning resources

The following resources may be helpful in your learning:

(back to top)