Skip to content

jonliu6/KnowledgeBase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KnowledgeBase is a simple example using SpringBoot and PostgreSQL to implement a data service.

Required software and libraries:

  • JDK (Open JDK 11)
  • PostgreSQL 12
  • Apache Maven 3
  • SpringBoot 2
  • Hibernate 4

To set up PostgreSQL database: to initial setup and configuration, refer to http://jldevtest.blogspot.com/2018/10/set-up-postgressql-database.html for the following:

  • createdb
  • createuser -s
  • psql -h -d to create database objects, run src/main/resources/dbscripts.sql

To build and run the application: mvn spring-boot:run

To test the standalone application Note: Spring Security is added, so you may need to add username:password when using curl

To test the application WAR deployed to other containers (eg Tomcat or Wildfly):

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published