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

https://github.com/serban-petrescu/training-spring-feedback

.msg Friday Training: Feedback Application
https://github.com/serban-petrescu/training-spring-feedback

cloud-foundry postgresql spring-boot ui5 websocket

Last synced: about 2 months ago
JSON representation

.msg Friday Training: Feedback Application

Awesome Lists containing this project

README

          

# .msg Friday Training: Feedback Application

## Description
Small application which serves as an introduction to Spring / Cloud Native / Cloud Foundry.

## Prerequisites
- [Java 8 JDK](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html).
- Java IDE ([IntelliJ](https://www.jetbrains.com/idea/) / [Eclipse](https://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/oxygen3a)). My recommandation is to use IntelliJ.
- Lombok plugin for your IDE ([IntelliJ plugin](https://projectlombok.org/setup/intellij) / [Eclipse plugin](https://projectlombok.org/setup/eclipse)).
- Make sure to [get your Maven working with your corporate HTTP proxy](https://stackoverflow.com/a/1251216/7612556) (if any).
For msg employees, just copy-paste [this file](https://gist.github.com/serban-petrescu/8f354307ce9bcf71fcdfe906c6a0ddc0)'s contents in your *%USER_HOME%/.m2/settings.xml* file.
- Local [PostgreSQL](https://www.openscg.com/bigsql/postgresql/installers.jsp/) installation. Make sure to remember the password.
- A [Pivotal Web Services free account](https://try.run.pivotal.io/homepage). Make sure to remember the password.
- Local [Cloud Foundry CLI](https://github.com/cloudfoundry/cli/releases) installation.

## Walkthrough
You can find the presentation and walkthrough for the training [on GitHub Pages here](https://serban-petrescu.github.io/training-spring-feedback/index.html).