posted 1 year ago
this is my application .properties file
` server.context-path=/moneymonster
management.security.enabled=false
#spring.datasource.url=jdbc:mysql://localhost:3306/money_monster?zeroDateTimeBehavior=convertToNull&createDatabaseIfNotExist=true
spring.datasource.url=jdbc:sqlserver://localhost:1433;databaseName=projej30521
spring.datasource.driver-class-name=com.microsoft.sqlserver.jdbc.SQLServerDriver
spring.datasource.username=
spring.datasource.password=
#Jpa
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLServer2012Dialect
#batch
spring.batch.job.enabled=false
#security.user.password=password
#jsp
spring.mvc.view.prefix: /view/
spring.mvc.view.suffix: .jsp`
the application.propeties file consist of configuration of hibernate and jpa and sql server 12 configuration kindly help if within the community anyone want more information