Skip to content

Commit

Permalink
[NAE-1909] Elasticsearch index per URI node
Browse files Browse the repository at this point in the history
- implement
  • Loading branch information
machacjozef committed Aug 1, 2023
1 parent f9dad9a commit 65d9220
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
import java.util.ArrayList;
import java.util.List;

@Slf4j
@Aspect
@EnableCaching
@EnableHypermediaSupport(type = EnableHypermediaSupport.HypermediaType.HAL)
@EnableGlobalMethodSecurity(prePostEnabled = true)
@EnableAspectJAutoProxy
@SpringBootApplication(exclude= {DataSourceAutoConfiguration.class})
@EnableMongoAuditing
@Aspect
@Slf4j
@EnableAspectJAutoProxy
@EnableGlobalMethodSecurity(prePostEnabled = true)
@SpringBootApplication(exclude = {DataSourceAutoConfiguration.class})
@EnableHypermediaSupport(type = EnableHypermediaSupport.HypermediaType.HAL)
public class ApplicationEngine {

@Around("execution(* com.netgrif.application.engine.startup.AbstractOrderedCommandLineRunner+.run(..))")
Expand Down

0 comments on commit 65d9220

Please sign in to comment.