Skip to content

curriculeon/spring.micromonolith.projecttemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Vanilla JS Full Stack Project template

Purpose

How to Use From CLI

  1. Execute the command below from the root directory of this project to serve the application.
    • ./build.sh 8080
  2. Navigate to localhost/8080 from a browser (Chrome, or Firefox)

How to Use From IDE

  1. Run this application by running the main method in DemoApplication.
  2. Navigate to the server port specified in the application.properties file. By default, the port number is 8080
  3. Navigate to localhost/8080 from a browser (Chrome, or Firefox)