onlinequiz | Online Quiz Python Django | Learning library
kandi X-RAY | onlinequiz Summary
kandi X-RAY | onlinequiz Summary
Online Quiz || Python Django
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of onlinequiz
onlinequiz Key Features
onlinequiz Examples and Code Snippets
Community Discussions
Trending Discussions on onlinequiz
QUESTION
I'm building a web application for learning purpose. But when tried to implement spring security, and running the application, I'm getting Error creating bean with name 'securityConfiguration'. After completing schema export, this error is showing in console.
I have attached my build.gradle file, application.properties file, spring security configuration class and of course error logs too.
Tried through searching on this site too. But have not found anything relevant to my one.
build.gradle is:
...ANSWER
Answered 2018-Mar-24 at 16:06Spring Boot 1.5 is build around Spring Security 4.x however in your list of dependencies you have Spring Security 5 as a dependency. As you are using Spring Boot it is recommended to use the starters provided by Spring Boot, that way you get the version belonging to that version of Spring Boot. So instead of adding dependencies on org.springframework.security
projects use spring-boot-starter-security
instead.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install onlinequiz
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page