提交 de3cd024 authored 作者: inroi's avatar inroi

去掉标识

上级 c33ae3dd
......@@ -5,11 +5,11 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
@Component
@ConfigurationProperties(prefix = "spring.datasource")
//@ConfigurationProperties(prefix = "spring.datasource")
public class DataSource {
public String url;
public String username;
public String password;
@Value("${datasource.driver-class-name}")
//@Value("${datasource.driver-class-name}")
public String driverclassname;
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论