Advertisement
Latinist

Untitled

Apr 10th, 2020
693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. @Bean
  2.     @Primary
  3.     @ConfigurationProperties(prefix="jdbcexample.datasource")
  4.     public DataSource primaryDataSource() {
  5.         return DataSourceBuilder.create().build();
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement