Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 833 Bytes

File metadata and controls

24 lines (16 loc) · 833 Bytes

JFramework-Core Examples

Last updated: Aug 20, 2025

This repository contains a JFramework-Core examples.

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. ExceptionExample1
  2. CustomExceptionHandler
  3. ExceptionExample2