/spring-boot-gradle-hello-example

A Hello World Example for Spring Boot Project with Gradle

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

A Spring Boot Example Project with Gradle

A Spring Boot Example Project with Spring Boot 2.6.6, JDK 17 & Gradle.

Table of Contents

  1. How to Contribute
  2. Requirements
  3. Running the Application Locally
  4. Copyright

How to Contribute

For the contributor covenant to this project, please check the Code of Conduct file.

Contributor Covenant

Requirements

For building and running the application belows are required;

Running the application locally

Application can be run with SpringBootGradleHelloExampleApplication class under evrentan.examples.springbootgradlehelloexample.spring.config.spring package.

Alternatively you can use the Spring Boot Gradle plugin like so:

gradle clean build
gradle bootRun

Copyright

GNU General Public License v3.0 Permissions of this strong copyleft license are conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. Please check the LICENSE file for more details.