Skip to content

Commit

Permalink
remove springboot starter
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesare Vairetti committed Aug 30, 2024
1 parent 20ccd26 commit 816936c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.jobrunr</groupId>
<artifactId>jobrunr-spring-boot-3-starter</artifactId>
<artifactId>jobrunr</artifactId>
<version>7.2.3</version>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ spring:
server.port: 9070

#Calculus Job Runner
org.jobrunr.background-job-server.enabled: false
org.jobrunr.background-job-server.worker-count: 1
org.jobrunr.dashboard.enabled: false
#org.jobrunr.background-job-server.enabled: false
#org.jobrunr.background-job-server.worker-count: 1
#org.jobrunr.dashboard.enabled: false

spring.main.banner-mode: off
spring.jpa.hibernate.ddl-auto: none
Expand Down

0 comments on commit 816936c

Please sign in to comment.