How to connect Spring boot to MariaDB using jpa

preview_player
Показать описание
This video shows the basic configuration needed for connecting Spring boot to MariaDB using jpa.
Рекомендации по теме
Комментарии
Автор

Description:

Parameter 0 of constructor in AA.controller.UserController required a bean of type 'AA.repositories.User' that could not be found.


Action:

Consider defining a bean of type 'AA.repositories.User' in your configuration.


I see this error when i turn on spirng boot server. How can i solve this problem??

isneff
Автор

Do I need additional database connections other than this video? User class does not recognize @Table(name="user"), @Column(name="firstname") and @Colum(name="lastname").

박능식
Автор

If you see <Schema-validation: missing column [fistname] in table [user]> (the fitrst, last text error) this error, change <hibernate.ddl.auto> to <update>.

isneff
Автор

ejército de reservarror estoy revisando en tus comentarios pero lo logro resolverlo pe podrias apoyar por favor.
Description:
Parameter 0 of constructor in controller.UsuarioControlle required a bean of type that could not be found.
Action:
Consider defining a bean of type in your configuration.

ya vi las clase que todo estuvieran bien pero no mas no

jesusvalencia
welcome to shbcf.ru