Set up spring app with menu driven HDFS

This commit is contained in:
vedang29
2025-04-14 00:22:24 +05:30
commit 3cd77346f7
15 changed files with 1237 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
spring.application.name=skycrateBackend
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQLDialect
spring.datasource.username=kshitij
spring.datasource.password=loa_dngLLA8729
spring.datasource.url=jdbc:mysql://192.168.29.55:3306/skycrate
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true