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 @@