Skip to content

Commit

Permalink
Further refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
flawmop committed Sep 21, 2024
1 parent 33a4afd commit acfe14d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'rip-svc'
rootProject.name = 'simulation-svc'
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ com:
core-pool-size: 2
max-pool-size: 2
queue-capacity: 50
thread-name-prefix: ~Async-dflt-
thread-name-prefix: ~simsvc-dflt-

logging:
level:
Expand Down Expand Up @@ -38,7 +38,7 @@ server:

spring:
application:
name: rip-svc
name: simulation-svc
cloud:
stream:
bindings:
Expand Down

0 comments on commit acfe14d

Please sign in to comment.