Skip to content

Commit

Permalink
Chore: added enter
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklue committed Aug 28, 2024
1 parent f1d4eb5 commit 8bea223
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/nl/nn/testtool/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
@Lazy // Lazy init singleton beans (prototype beans are already loaded on demand)
@Configuration
public class Config {

@Bean
@Scope("prototype") // Echo2Application needs to be unique per user (not per JVM)
Echo2Application echo2Application() {
Expand Down

0 comments on commit 8bea223

Please sign in to comment.