Skip to content

naXa777/upworktest

Repository files navigation

UpWork Spring MVC test

The project includes code samples similar to the ones in UpWork Spring MVC test.

A few important differences:

Language Dependencies Packaging
UpWork test: Java Spring Web MVC WAR
This repository: Kotlin Spring Boot 2 + Spring Boot Starter Web JAR

Additional tools used to make this app great:

  1. Spring Boot Actuator
  2. Spring Boot Admin
  3. kotlin-logging

Usage

Clone this repo.

Build

./gradlew build

Run

./gradlew bootRun

Navigate to http://localhost:8080/actuator/health

Distribution

./gradlew bootJar

Look for the output in /build/libs folder.

Try the Web Admin panel

Navigate to http://localhost:8080/#/wallboard > Select the app instance > Web > Mappings

Spring Boot Admin > Mappings

About

A few code snippets from the Spring MVC test

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages