[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix R2DBC repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Feb 6, 2022
1 parent 8ae1064 commit 0daa663
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.util.Collection;
import java.util.Optional;
import javax.annotation.PostConstruct;

import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand All @@ -19,7 +18,11 @@
import tech.jhipster.config.DefaultProfileUtil;
import tech.jhipster.config.JHipsterConstants;

@org.springframework.nativex.hint.TypeHint(types = { org.HdrHistogram.Histogram.class, org.HdrHistogram.ConcurrentHistogram.class, org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository.class })
@org.springframework.nativex.hint.TypeHint(types = {
org.HdrHistogram.Histogram.class,
org.HdrHistogram.ConcurrentHistogram.class,
org.springframework.data.r2dbc.repository.support.SimpleR2dbcRepository.class
})
@SpringBootApplication
@EnableConfigurationProperties({ LiquibaseProperties.class, ApplicationProperties.class })
public class PostgresApp {
Expand Down

0 comments on commit 0daa663

Please sign in to comment.