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."(*)
(*) 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.