Posts by juliano luiz da silva zucatti • 1 point
3 posts
-
0
votes0
answers17
viewsQ: RTD (COM) / communication error. Connectdata(Int32 topicId, Object[]& Parameters, Boolean & newValue)
I created a client to communicate with RTD server, my knowledge is small in C# I have higher in JAVA, but I did not find anything likely to use in JAVA, I am using this example of client c#: using…
-
-1
votes2
answers1348
viewsQ: Cannot resolve Reference to bean 'jpaMappingContext' while Setting bean Property 'mappingContext'
Is triggering this error when initializing the project. The Database already exists with its populated tables. Bank: Sqlserver . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ |…
-
0
votes1
answer51
viewsQ: Spring with Database (Sqlserver) already created
I’m developing an application Rest API using Spring Boot. Doubt: If I already have a Database in production with populated tables it is necessary to create the Entity class with the annotation…