From a84da107788ea5c9fa2e0c99a3dfaac761bb861a Mon Sep 17 00:00:00 2001 From: Harish Gadde Date: Fri, 3 Aug 2018 11:27:13 +0530 Subject: [PATCH] Fixed Spring Boot version fix of pagination on Job pages --- .../{application.properties-sample => application.properties} | 2 +- src/main/resources/templates/frontend/job/jobs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/main/resources/{application.properties-sample => application.properties} (91%) diff --git a/src/main/resources/application.properties-sample b/src/main/resources/application.properties similarity index 91% rename from src/main/resources/application.properties-sample rename to src/main/resources/application.properties index 09f6b7f..ed0bec7 100644 --- a/src/main/resources/application.properties-sample +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # Common app properties: # https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html -spring.datasource.url= jdbc:mysql://localhost:3306/freelance?useUnicode=true&characterEncoding=UTF-8 +spring.datasource.url=jdbc:mysql://localhost:3306/freelance?useUnicode=true&characterEncoding=UTF-8 spring.datasource.username=root spring.datasource.password= diff --git a/src/main/resources/templates/frontend/job/jobs.html b/src/main/resources/templates/frontend/job/jobs.html index 2db1ad8..eb3b5ee 100644 --- a/src/main/resources/templates/frontend/job/jobs.html +++ b/src/main/resources/templates/frontend/job/jobs.html @@ -37,7 +37,7 @@

My jobs