Spring demo 1.
This commit is contained in:
parent
3a46c299ed
commit
aeaf0dd687
14 changed files with 531 additions and 0 deletions
24
2022/02/spring-demo1/ERROR.md
Normal file
24
2022/02/spring-demo1/ERROR.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Explanations
|
||||
|
||||
## Original error
|
||||
|
||||
Table Task already exists...
|
||||
|
||||
## Reproduced error
|
||||
|
||||
***************************
|
||||
APPLICATION FAILED TO START
|
||||
***************************
|
||||
|
||||
Description:
|
||||
|
||||
Parameter 0 of constructor in ch.polgrabia.demos.springdemo1.controllers.TaskController required a bean of type 'ch.polgrabia.demos.springdemo1.daos.TaskDao' that could not be found.
|
||||
|
||||
|
||||
Action:
|
||||
|
||||
Consider defining a bean of type 'ch.polgrabia.demos.springdemo1.daos.TaskDao' in your configuration.
|
||||
|
||||
# Conclusions
|
||||
|
||||
Spring had nothing to do with table 'task' already exists error.
|
Loading…
Add table
Add a link
Reference in a new issue