Skip to content

spadger9/Availity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Availity File Reader App

SpringBoot App with Thymeleaf and H2 In-Memory DB.

Tips for running the program using IDE

Run the FilesForEveryoneApplication.java

  • After all maven dependencies are imported, run the application and inbuilt Tomcat server will start.

Running as a Packaged Application once you are on Availity folder.

java -jar target/demo-0.0.1-SNAPSHOT.jar

Using Maven Plugin

mvn spring-boot:run

In JDBC URL put in: jdbc:h2:mem:testdb

Go to: https://localhost:8080 to view the application

About

Availity File reader application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published