Skip to content

kiswanij/jframework-microservice-mature-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JFramework Mature Microservice Example

Last updated: Aug 20, 2025

This repository contains JFramework-Service example to create a mature microservice.

Prerequisites:

  • JDK 17+ Installed

Usage:

  1. Clone the repository
  2. Import as Java project into your favorite IDE (we use SpringToolSuite and Eclipse-JavaEE)
  3. Run App class.

Project Main Contents

The repository contains the following main contents:

  1. Maven project with pom.xml

📄Note: If you are using Eclipse, be sure to refresh your project (select your project→ right click→ Maven→ Update Project)

  1. Model class which is contains the model fields.
  2. [Controller]((src/main/java/com/app/person/Controller.java) which contains the rest controller end points
  3. App class the startup class in addition of being RestApp config

About

Example of developing Mature Microservice using JK-Framework Service API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors