Commit 077bf334 by huluobin

# update

parent 5d716629
......@@ -19,13 +19,13 @@ import javax.sql.DataSource;
@Configuration
public class DataSourceConfig {
@Value("${spring.application.datasource.url}")
@Value("${spring.datasource.url}")
String url;
@Value("${spring.application.datasource.username}")
@Value("${spring.datasource.username}")
String username;
@Value("${spring.application.datasource.password}")
@Value("${spring.datasource.password}")
String password;
@Value("${spring.application.datasource.driver-class-name}")
@Value("${spring.datasource.driver-class-name}")
String driverClassName;
@Bean
......
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