Skip to content

Commit 7b4b0e1

Browse files
author
Rajeev Kumar Singh
committed
Enabled server compression
1 parent cc67355 commit 7b4b0e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polling-app-server/src/main/resources/application.properties

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Server Properties
22
server.port= 5000
3+
server.compression.enabled=true
34

45
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
56
spring.datasource.url= jdbc:mysql://localhost:3306/polling_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false

0 commit comments

Comments
 (0)