spring-security-react-ant-design-polls-app icon indicating copy to clipboard operation
spring-security-react-ant-design-polls-app copied to clipboard

Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design

Results 55 spring-security-react-ant-design-polls-app issues
Sort by recently updated
recently updated
newest added

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.33 / 1.0.33 Add new browser : Cobalt Identify Macintosh as an Apple device Fix ReDoS vulnerability Version...

dependencies

Bumps [json5](https://github.com/json5/json5) to 1.0.2 and updates ancestor dependencies [json5](https://github.com/json5/json5), [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) and [loader-utils](https://github.com/webpack/loader-utils). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 1.0.2 Release notes Sourced from json5's...

dependencies

quite a strange error, these configs should work out of the box... Here's the logs: ``` org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded...

`WebSecurityConfigurerAdapter `deprecated !!! for everyone that will use this repo, make sure that if you update spring boot to the latest version, it won't support your configuration class because the...

Bumps [express](https://github.com/expressjs/express) from 4.16.3 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.2 to 6.5.3 Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix]...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `loader-utils` from 1.1.0 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.0 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS b2a2117 2.1.2 e9ef3f1 Run...

dependencies

## 작업내용 - 댓글 생성 API(POST /api/polls/{pollId}/comments) - 댓글 조회 API(GET /api/polls/{pollId}/comments) - 댓글 삭제 API(DELETE /api/polls/{pollId}/comments/{commentId}) ## 테스트방법 - Postman으로 단건 생성/조회 테스트 완료 ## 참고 - 본 PR은...