Coding By Yakub
702 subscribers
273 photos
97 files
24 links
This channel for online classes videos for java , jdbc, hibernate, spring and spring boot and react js. With handson
Download Telegram
👍1
spring.application.name=904-SpringBootWebAppnForStudentMarksserver.port:9000
# Database related propertiesspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.datasource.url=jdbc:mysql://localhost:3306/9amdb?useSSL=false&serverTimezone=UTCspring.datasource.username=root
spring.datasource.password=root
# Jpa properties/ HB related propertiesspring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=truespring.jpa.hibernate.ddl-auto=update
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect#viewResolver Code
spring.mvc.view.prefix=/views/spring.mvc.view.suffix=.jsp