add platform in config
This commit is contained in:
		@@ -14,9 +14,8 @@ spring:
 | 
				
			|||||||
#      ddl-auto: create-drop
 | 
					#      ddl-auto: create-drop
 | 
				
			||||||
    show-sql: true
 | 
					    show-sql: true
 | 
				
			||||||
    open-in-view: false
 | 
					    open-in-view: false
 | 
				
			||||||
  autoconfigure:
 | 
					    database-platform: org.hibernate.dialect.MySQL8Dialect
 | 
				
			||||||
    exclude:
 | 
					    generate-ddl: true
 | 
				
			||||||
      - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
indexing-settings:
 | 
					indexing-settings:
 | 
				
			||||||
  sites:
 | 
					  sites:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user