类 DataBaseConf


  • @Configuration
    @ConfigurationProperties("tech.codingless.mybaties.rds")
    public class DataBaseConf
    extends Object
    • 构造器详细资料

      • DataBaseConf

        public DataBaseConf()
    • 方法详细资料

      • getMaxIdle

        public Integer getMaxIdle()
      • setMaxIdle

        public void setMaxIdle​(Integer maxIdle)
      • getMinIdle

        public Integer getMinIdle()
      • setMinIdle

        public void setMinIdle​(Integer minIdle)
      • getMaxTotal

        public Integer getMaxTotal()
      • setMaxTotal

        public void setMaxTotal​(Integer maxTotal)
      • getMaxWaitMillis

        public Integer getMaxWaitMillis()
      • setMaxWaitMillis

        public void setMaxWaitMillis​(Integer maxWaitMillis)
      • getInitialSize

        public Integer getInitialSize()
      • setInitialSize

        public void setInitialSize​(Integer initialSize)
      • getRemoveAbandonedTimeout

        public Integer getRemoveAbandonedTimeout()
      • setRemoveAbandonedTimeout

        public void setRemoveAbandonedTimeout​(Integer removeAbandonedTimeout)
      • getAutoCreateTable

        public String getAutoCreateTable()
      • setAutoCreateTable

        public void setAutoCreateTable​(String autoCreateTable)
      • needAutoCreateTable

        public boolean needAutoCreateTable()
      • getClasspathMapper

        public String getClasspathMapper()
      • setClasspathMapper

        public void setClasspathMapper​(String classpathMapper)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)