cut driver-class-name in config
This commit is contained in:
		@@ -6,6 +6,7 @@ spring:
 | 
				
			|||||||
    username: ${DB_USER}
 | 
					    username: ${DB_USER}
 | 
				
			||||||
    password: ${DB_PASSWORD}
 | 
					    password: ${DB_PASSWORD}
 | 
				
			||||||
    url: ${DB_URL}
 | 
					    url: ${DB_URL}
 | 
				
			||||||
 | 
					    driver-class-name: com.mysql.cj.jdbc.Driver
 | 
				
			||||||
  jpa:
 | 
					  jpa:
 | 
				
			||||||
    hibernate:
 | 
					    hibernate:
 | 
				
			||||||
      ddl-auto: update
 | 
					      ddl-auto: update
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user