Package 

Class DataSourcePropertyConfigKt

    • Method Summary

      Modifier and Type Method Description
      final static DataSource getDataSource(@Autowired() File dsPropertyFile, String url, String user, String password, String driver, String module, String type)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDataSource

        @Bean()@ConfigurationProperties(prefix = yakclient.web-utils.config-ds)@ConditionalOnProperty(value = {yakclient.web-utils.enable-config-ds}) final static DataSource getDataSource(@Autowired() File dsPropertyFile, String url, String user, String password, String driver, String module, String type)