Skip to content

Shadi A. - #1

Open
shmoonwalker wants to merge 5 commits into
HackYourAssignment:mainfrom
shmoonwalker:main
Open

shmoonwalker wants to merge 5 commits into
HackYourAssignment:mainfrom
shmoonwalker:main

Conversation

@shmoonwalker

Copy link
Copy Markdown

No description provided.

- Include details field in product responses
- Add color filtering using product details JSONB data
- Implement findByColor in ProductRepository
- Add JSONB size update query with jsonb_set
- Fix PUT /products/{id}/size endpoint
- Configure S3-compatible Backblaze client
- Add file upload and delete service
- Save public image URLs in product image_url
- Implement product image upload and delete endpoints
- Configure S3-compatible Backblaze client
- Add file upload and delete service
- Save public image URLs in product image_url
- Implement product image upload and delete endpoints
Comment thread src/main/resources/application.yaml Outdated
url: '${DB_URL}'
username: '${DB_USERNAME}'
password: '${DB_PASSWORD}'
url: ${DB_URL:jdbc:postgresql://localhost:5432/hyfshop}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove localhost configuration

import org.springframework.jdbc.core.RowMapper;
import org.springframework.jdbc.core.simple.JdbcClient;
import org.springframework.stereotype.Repository;
import tools.jackson.core.type.TypeReference;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wrong import. use import com.fasterxml.jackson.databind.ObjectMapper; Add dependancy in pom.xml of jackson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants