Skip to content

Commit

Permalink
bump vaadin version and add control-center dependency and profile
Browse files Browse the repository at this point in the history
  • Loading branch information
manolo committed Jan 28, 2025
1 parent 944a4c1 commit 602f88b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,20 @@
</build>

<profiles>
<profile>
<id>control-center</id>
<properties>
<spring.profiles.active>control-center</spring.profiles.active>
</properties>
<dependencies>
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>control-center-starter</artifactId>
</dependency>
</dependencies>
<build>
</build>
</profile>
<profile>
<!-- Production mode is activated using -Pproduction -->
<id>production</id>
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
spring.profiles.active=@spring.profiles.active@

server.compression.enabled=true
server.compression.mime-types=application/json,application/xml,text/html,text/xml,text/plain,application/javascript,text/css
security.basic.enabled=false
Expand Down

0 comments on commit 602f88b

Please sign in to comment.