Startup errors as follows:
Error starting ApplicationContext. To display the the conditions report re - run your application with 'debug' enabled.
The 2018-05-18 15:59:15. ERROR 142-8376 [main] O.S.B.D.L oggingFailureAnalysisReporter:
* * * * * * * * * * * * * * * * * * * * * * * * * * *
The APPLICATION FAILED TO START
* * * * * * * * * * * * * * * * * * * * * * * * * * *
Description:
Failed to configure a DataSource: 'url' attribute is not specified and no embedded DataSource could be configured.
Reason: Failed to determine a suitable driver class
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Data source configuration is as follows:
Spring. The datasource. Type=com. Alibaba. Druid. Pool. DruidDataSource
Spring. The datasource. Db1. JdbcUrl=JDBC: mysql://localhost: 3306/41
Spring. The datasource. Db1. Username=root
Spring. The datasource. Db1. Password=root
Spring. The datasource. Db1. Driver - class - name=com. Mysql.. JDBC driver
# data source 2
Spring. The datasource. The jdbcUrl=JDBC: mysql: 3306/51//127.0.0.1:
Spring. The datasource. The username=root
Spring. The datasource. The password=root
Spring. The datasource. The driver - class - name=com. Mysql.. JDBC driver
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Start the class as follows:
@ SpringBootApplication (exclude={DataSourceAutoConfiguration. Class}, scanBasePackages={" com. Test. Service "})
@ MapperScan (basePackages="com. Test. Dao")
Public class ControllerApplication {
Public static void main (String [] args) {
SpringApplication. Run (ControllerApplication. Class, args);
}
}
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Pom. XML:
<? The XML version="1.0" encoding="utf-8"?>
Xsi: schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" & gt;