Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/spring-boot-starter-example

Spring Boot Starter example: `com.gitub.daggerok:spring-boot-starter-hello:0.0.1-SNAPSHOT`
https://github.com/daggerok/spring-boot-starter-example

spring-boot spring-boot-application spring-boot-autoconfig spring-boot-autoconfiguration spring-boot-autoconfigure spring-boot-starter

Last synced: 2 days ago
JSON representation

Spring Boot Starter example: `com.gitub.daggerok:spring-boot-starter-hello:0.0.1-SNAPSHOT`

Awesome Lists containing this project

README

        

= spring-boot-starter-example image:https://travis-ci.org/daggerok/spring-boot-starter-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/spring-boot-starter-example"]

////
image:https://gitlab.com/daggerok/spring-boot-starter-example/badges/master/build.svg["Build Status", link="https://gitlab.com/daggerok/spring-boot-starter-example/-/jobs"]
image:https://img.shields.io/bitbucket/pipelines/daggerok/spring-boot-starter-example.svg["Build Status", link="https://bitbucket.com/daggerok/spring-boot-starter-example"]
////

//tag::content[]

spring-boot magic...

Read github pages link:https://daggerok.github.io/spring-boot-starter-example[reference documentation]

////
.maven build
[source,bash]
----
./mvnw
java -jar ./application/target/*.jar
bash ./application/target/*.jar
----
////

generated by link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-spring-boot)

//end::content[]