Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error starting ApplicationContext #2

Open
mrburnwal opened this issue Nov 22, 2021 · 1 comment
Open

Error starting ApplicationContext #2

mrburnwal opened this issue Nov 22, 2021 · 1 comment

Comments

@mrburnwal
Copy link

### Parameter 0 of constructor in tech.burnwall.sms.controller.StudentController required a bean of type 'tech.burnwall.sms.service.StudentService' that could not be found.

I Followed each and every step in tutorial but getting this issue. Please guide me what should be done?
Thank You.

@sachindgaikwad0
Copy link

Add a public default constructor in your class.

For example.

public User() {
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants