spring-security-react-ant-design-polls-app
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
Embed H2 Database without mysql installation required. more easier to bootstrap the server. and go to next dockerized app step.
Hello, thank you for your sharing. i have to ask a questing. when i start spring boot application at 5000 port, the frontend is starting also, without running npm start,...
Hi @callicoder When I add config `@EntityScan(basePackageClasses = {Jsr310JpaConverters.class})` to `Application` class. and add method `init()`. The bellow error has occurred. And not started Tomcat. ``` @PostConstruct void init() {...
Hi Callicoder, How would you connect with facebook/google auth, when you have admin/user accessing different pages based on role i.e admin can do all CRUD functions while User can Create...
resolve the result miss error message, ex. curl --location --request GET 'localhost:8080/api/polls/0' { "timestamp": "2023-11-24T15:20:35.530+00:00", "status": 404, "error": "Not Found", "message": "Poll not found with id : '0'", "path": "/api/polls/0"...
Readme contains lot of steps which can be dockerized.
Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix...
docker build fails do to wrong java version in base image