Alex
Explore posts from serversUpload file with swagger ui crash
Do you upload with swagger? The endpoint is totally fine and works if I upload file with the postman. The problem is that it doesn't even hit this endpoint (I guess). Nullable if because the file might not be sent with the request
13 replies
Upload file with swagger ui crash
The application crashes right after I click "open" or "cancel" button on the file selection window. The endpoint works fine if I send file with Postman. I'm curious if anybody encountered this problem in swagger ui before and knows how to solve it
13 replies
JCHJava Community | Help. Code. Learn.
•Created by Alex on 9/30/2024 in #java-help
jpa and postgresql
entity
5 replies
How to start test inside docker container from app?
Thanks for the detailed answer, I'll look into this project.
I don’t yet have a specific plan for how this will work, I’m developing ideas, but the main concept is that I create unit tests in advance for each task (maybe a separate project with tests) and run it somewhere and send back the results to the user
38 replies
✅ e-commerce app
Yes, but I need dynamic attributes, I know that it can be done by creating tables attributes(name) attribute_options (attr id, value) and product variant(product id, attribute options). but i don't understand it all would work , should I create all variants of products and store them in database, and how can I display product data on the product page, if I have 3 color * 3 size = 9 products to fetch
21 replies