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
- Host: GitHub
- URL: https://github.com/serban-petrescu/training-spring-feedback
- Owner: serban-petrescu
- Created: 2018-06-05T12:27:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T05:17:23.000Z (about 8 years ago)
- Last Synced: 2025-03-24T06:53:12.913Z (over 1 year ago)
- Topics: cloud-foundry, postgresql, spring-boot, ui5, websocket
- Language: Java
- Size: 6.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).