Skip to content

Commit 00e8f5e

Browse files
committed
jj
1 parent 9044cb4 commit 00e8f5e

34 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
server.port = 9090
2+
3+
#Database Configuration
4+
spring.datasource.url=jdbc:mysql://localhost:3306/blog_app_apis
5+
spring.datasource.username=root
6+
spring.datasource.password=root
7+
8+
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL8Dialect
9+
10+
spring.jpa.hibernate.ddl-auto=update
11+
spring.jpa.show-sql=true
12+
13+
spring.servlet.multipart.max-file-size= 10MB
14+
spring.servlet.multipart.max-request-size = 10MB
15+
16+
project.image = images/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)