feature/setup-workflow-pipeline: add lombok, add gitea workflow #2
@ -159,7 +159,7 @@ jobs:
|
|||||||
# Run backend tests and build
|
# Run backend tests and build
|
||||||
- name: Test & build backend
|
- name: Test & build backend
|
||||||
working-directory: ./src
|
working-directory: ./src
|
||||||
run: mvn clean build
|
run: mvn clean install
|
||||||
|
|
||||||
- name: Done
|
- name: Done
|
||||||
run: echo "Workflow successfully completed."
|
run: echo "Workflow successfully completed."
|
||||||
@ -1,9 +1,10 @@
|
|||||||
spring.application.name=cruddemo
|
spring.application.name=cruddemo
|
||||||
spring.datasource.url=jdbc:mysql://localhost:3306/student_tracker
|
spring.datasource.url=jdbc:mysql://localhost:33070/student_tracker
|
||||||
spring.datasource.username=springstudent
|
spring.datasource.username=root
|
||||||
spring.datasource.password=springstudent
|
spring.datasource.password=password
|
||||||
|
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDBDialect
|
||||||
|
|
||||||
#Turn off the springboot logo
|
#Turn off the springboot logo
|
||||||
spring.main.banner-mode=off
|
spring.main.banner-mode=off
|
||||||
|
|||||||
Reference in New Issue
Block a user