/student

Spring Boot

Primary LanguageJava

student

Spring Boot

Start

java -jar quiz-0.0.1-SNAPSHOT.jar --server.port=8081

Docs

See more about spring.jpa.hibernate.ddl-auto DEV: spring.jpa.hibernate.ddl-auto=create-drop PROD: spring.jpa.hibernate.ddl-auto=none https://stackoverflow.com/questions/42135114/how-does-spring-jpa-hibernate-ddl-auto-property-exactly-work-in-spring

See more about application.properties file https://docs.spring.io/spring-boot/docs/current/reference/html/application-properties.html#appendix.application-properties.data