Skip to content

mikegehard/user-management-evolution-kotlin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status

Migration From Java to Kotlin

Background

This repository demonstrates the evolution of a Java/SpringBoot based application to a Kotlin/SpringBoot application.

Running

Prerequisites

  • RabbitMQ must be running.
  • Change platform/configServer/src/main/resources/application.yml to point to the right directory.

Running the platform services

Use ./run-platform.sh to run and ./stop-platform.sh to stop.

Running the applications

Use ./run-apps.sh to run and ./stop-apps.sh to stop.

Running tests

  1. Run the platform services
  2. Run the applications
  3. Run the tests

Windows users

Substitute gradlew.bat for ./gradlew.

Tags

Tags will be used along the way to mark significant points in the evolution.

running-java - A running Java application complete with tests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published