Tag Archives: SpringBoot

SpringBoot 2.* security turn off login authentication

SpringBoot 2.* security turn off login authentication, use java annotations on the startup method. Continue reading

Posted in Internet Technology | Tagged , | Comments Off on SpringBoot 2.* security turn off login authentication

Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.

Initialize the SpringBoot application and run the following error: Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured. Obviously, the application does not configure some related properties of datasource, such as database … Continue reading

Posted in Internet Technology | Tagged , | Comments Off on Failed to configure a DataSource: ‘url’ attribute is not specified and no embedded datasource could be configured.