ADD vodController to take POST request
This commit is contained in:
@@ -1,2 +1,15 @@
|
||||
vaadin.launch-browser=true
|
||||
spring.application.name=vodSystem
|
||||
|
||||
# VODs
|
||||
spring.servlet.multipart.max-file-size=2GB
|
||||
spring.servlet.multipart.max-request-size=2GB
|
||||
|
||||
# Database
|
||||
spring.datasource.url=jdbc:postgresql://localhost:5432/mydb
|
||||
spring.datasource.username=myuser
|
||||
spring.datasource.password=mypassword
|
||||
spring.datasource.driver-class-name=org.postgresql.Driver
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
||||
Reference in New Issue
Block a user