MultiColumnSearch-SpringDataJpa

Multi Column Search using Spring Data JPA

Stars
5

Multi Column Search using Spring Data Jpa

Multi Column Search using Spring Data Jpa and Spring Boot. See Medium post for more details

How to run?

  1. Start the MySql database using the following docker command. It will initialize the database and inserts sample database
docker-compose  -f src/main/resources/docker-compose.yml up
  1. Start the Spring boot application by running MultiColumnSearchSpringDataJpaApplication class

  2. Navigate to Angular web application directory

cd src/webapp
  1. Install all dependencies
npm install
  1. Start the angular application
ng serve --watch
  1. Go to http://localhost:4200 in the browser to see the table.