Skip to content

TobiasBodo/JlegMedProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maven Test Build New Release

JLegMedProject

This template can be used to start your own JLegMed application

Requirements

  • Java 21+ installed
  • IDE with maven support
  • [Optional] Docker or Kubernetes if you want to run your application in a container. See here for more information.
  • [Optional] A locally running developer stack providing a Postgres database, ActiveMQ broker, and Swagger-UI

Build the Project

  • Checkout the new project in your favorite IDE

  • [Optional] With running developer stack:

    mvn clean install
    
    java -jar "-Djlegmed.config.import=src/test/resources/jlegmed-test.properties" target/jlegmedproject-jar-with-dependencies.jar

Start Developing your Project

Set up your project on GitHub

To continuously build and deploy your application, we recommend using GitHub as described here.

Package Structure

To organize our code we recommend the following package structure:

(com.github.jlegmedproject)
    plugins
    |    <technology 1>
    |    ...
    |    <technology n>
    dto  
    |    <use case 1>
    |    ...
    |    <use case n>
    JLegMedProject.java

Cleanup Readme

After successfully set up your new project, you should clean up the text of README as described here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages