Posts by Paulo R. Marinho • 1 point
2 posts
-
0
votes2
answers1348
viewsA: Cannot resolve Reference to bean 'jpaMappingContext' while Setting bean Property 'mappingContext'
Juliano, check if Spring is finding the SQL Server Driver, see if the drive exists in its dependencies and do a test spring.datasource.driver-class-name=INFORMAR_CLASSNAME_DRIVER_SQL_SERVER or:…
-
0
votes1
answer51
viewsA: Spring with Database (Sqlserver) already created
Yes Juliano, you must map the class with @Entity to define the persistent objects in your database, you can map the table names and respective fields, for the fields you do not want to reflect in…