delete useless file
This commit is contained in:
parent
4a0c392ce6
commit
b100acd9e3
@ -1,16 +0,0 @@
|
|||||||
package com.example.springdemo.config;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
||||||
import org.springframework.stereotype.Component;
|
|
||||||
|
|
||||||
@Data
|
|
||||||
@Component
|
|
||||||
@ConfigurationProperties(prefix = "spring.datasource")
|
|
||||||
public class DataBaseProperties {
|
|
||||||
private String driverClassName;
|
|
||||||
private String url;
|
|
||||||
private String username;
|
|
||||||
private String password;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user