Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 .
```