Class DataSourceConfig


  • @Configuration
    public class DataSourceConfig
    extends java.lang.Object
    Class to set up which database is to be used for the application
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.sql.DataSource dataSource()  
      • Methods inherited from class java.lang.Object

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

      • DataSourceConfig

        public DataSourceConfig()
    • Method Detail

      • dataSource

        @Bean
        public javax.sql.DataSource dataSource()