Commit 12367d51 authored by 赵啸非's avatar 赵啸非

修改线程初始化数量

parent 19d1ce57
package com.mortals.xhx.base.framework.config;
import com.alibaba.druid.pool.DruidDataSource;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Primary;
......@@ -9,7 +8,7 @@ import javax.sql.DataSource;
import java.sql.SQLException;
//@Component
@ConfigurationProperties(prefix = "spring.datasource")
//@ConfigurationProperties(prefix = "spring.datasource")
public class DruidSource {
private String url;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment