Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 918 Bytes

File metadata and controls

21 lines (16 loc) · 918 Bytes

JFramework-Service Example

Last updated: Aug 20, 2025

This repository contains a JFramework-Microservice to create a simple 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