We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc67355 commit 7b4b0e1Copy full SHA for 7b4b0e1
polling-app-server/src/main/resources/application.properties
@@ -1,5 +1,6 @@
1
## Server Properties
2
server.port= 5000
3
+server.compression.enabled=true
4
5
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
6
spring.datasource.url= jdbc:mysql://localhost:3306/polling_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
0 commit comments