Full backend project on spring boot rest api. Blogging Application using Spring Boot REST API.
Blog Application using spring boot realtime rest apis, spring security, role based authentication, JWT, spring data jpa(hibernate) and Pagination MySql Database. Api documentation using swagger, Using DTO for Data Transfer etc.- more details is coming soon...😀😀😀
#for changing the default port number.
server.port=7070
#db configuration
spring.datasource.url=jdbc:mysql://localhost:3306/"your_database_name"
spring.datasource.username ="your_username"
spring.datasource.password ="your_password"
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true