This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Collections mehr hervorheben"

Merged Michael Breu requested to merge 460-collections-mehr-hervorheben into development
Compare and Show latest version
18 files
+ 24
19
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -17,7 +17,7 @@ import tech.jhipster.config.JHipsterConstants;
import tech.jhipster.config.h2.H2ConfigurationHelper;
@Configuration
@EnableJpaRepositories({ "at.ac.uibk.gitsearch.repository" })
@EnableJpaRepositories({ "at.ac.uibk.gitsearch.repository.jpa" })
@EnableJpaAuditing(auditorAwareRef = "springSecurityAuditorAware")
@EnableTransactionManagement
@EnableElasticsearchRepositories("at.ac.uibk.gitsearch.repository.search")