Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`
- Host: GitHub
- URL: https://github.com/daggerok/spring-boot-starter-example
- Owner: daggerok
- Created: 2018-06-27T07:38:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T04:45:09.000Z (over 6 years ago)
- Last Synced: 2024-11-11T15:37:44.694Z (2 months ago)
- Topics: spring-boot, spring-boot-application, spring-boot-autoconfig, spring-boot-autoconfiguration, spring-boot-autoconfigure, spring-boot-starter
- Language: Java
- Homepage: https://daggerok.github.io/spring-boot-starter-example
- Size: 289 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
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[]