4/19/2024

chat.openai.com & Quarkus

 I have test the OpenAI by using the following link : 

 - https://chat.openai.com/g/g-UT45kboQv-quarkus-copilot

After I have "Sign in" with my Google account, I have give the following message: 

"create a rest application with a controller with crud actions for orders and another controller with crud actions for items of the orders, with one-to-many relation, in Quarkus using Panache, Repositories, Mysql data base. Write Unit Tests for controllers and repositories."(*)


RESPONSE:

(*) Update last sentence and it generate also the tests:

create a rest application with a controller with crud actions for orders and another controller with crud actions for items of the orders, with one-to-many relation, in Quarkus using Panache, Repositories, Mysql data base. Write Unit Tests with Rest Assured for the controllers and repositories created.



Niciun comentariu:

QUARKUS & GraphQL

 QUARKUS & GraphQL https://www.geeksforgeeks.org/graphql-tutorial/ https://quarkus.io/guides/smallrye-graphql-client https://www.mastert...