Multi Column Search using Spring Data Jpa and Spring Boot. See Medium post for more details
- 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-
Start the Spring boot application by running MultiColumnSearchSpringDataJpaApplication class
-
Navigate to Angular web application directory
cd src/webapp- Install all dependencies
npm install- Start the angular application
ng serve --watch- Go to http://localhost:4200 in the browser to see the table.