Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/udelblue/springbootstarter
Spring boot start project with security
https://github.com/udelblue/springbootstarter
jpa spring-boot spring-data-jpa spring-mvc spring-security starter-project startup stripe
Last synced: 25 days ago
JSON representation
Spring boot start project with security
- Host: GitHub
- URL: https://github.com/udelblue/springbootstarter
- Owner: udelblue
- License: mit
- Created: 2018-01-04T18:10:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-17T23:41:23.000Z (about 7 years ago)
- Last Synced: 2024-11-16T15:32:18.643Z (3 months ago)
- Topics: jpa, spring-boot, spring-data-jpa, spring-mvc, spring-security, starter-project, startup, stripe
- Language: Java
- Size: 639 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/udelblue/SpringBootStarter.svg?branch=master)](https://travis-ci.org/udelblue/SpringBootStarter)
## Starter Skeleton
Startup-ready web skeleton
Application runs on port 8080
config app by modifying application.properties
config ui labels by modifying messages.properties## Run
##### Dev Profile
```sh
$ mvn spring-boot:run -Dspring.profiles.active=dev
```##### Production Profile
```sh
$ mvn spring-boot:run -Dspring.profiles.active=prod
```## Run with Docker Command Line
```sh
$ mvn clean package
``````sh
$ docker build -e JAR_FILE=target/starter-0.0.1-SNAPSHOT.jar -t udelblue/starter .
```