skip to Main Content

404 Not Found Error on Spring Liquibase PostgreSQL app

I keep receiving 404 Not Found error for my MVC app. Here are my code: application.properties spring.datasource.url=jdbc:postgresql://localhost:5432/demo1 spring.datasource.username=demo1 spring.datasource.password=demo1 spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.generate-ddl=true spring.jpa.show-sql=true server.port=5000 ## Hibernate Properties # The SQL dialect makes Hibernate generate better SQL for the chosen database spring.jpa.properties.hibernate.dialect…

VIEW QUESTION
Back To Top
Search