soiff-spring / spring-boot-example

Spring Boot Example working with Eclipse Che

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Example

Developer Workspace

Contribute

Recipe

FROM codenvy/ubuntu_jdk8

Commands

# Command
1 mvn -f ${current.project.path} clean install && java -jar ${current.project.path}/target/*.jar

App output

App output is streamed into a console. Note that if your app expects user input, do not use command but execute jars in the terminal directly.

Features

Encryption and Decryption

External Dependencies

  1. JCE;

Jce8 Download Remember update all items of all your JRE installation.

Usage

  1. Generate encrypted text value for secret;
  2. Update both logback.password and encrypt.key in bootstrap.yml;

Readme

  1. One can use environment ENCRYPT_KEY instead of specifying encrypt.key in properties.

About

Spring Boot Example working with Eclipse Che


Languages

Language:Java 100.0%