Create a Project with Create React App

Create a Project with Create React App Creating an API seems to be the easy part these days, thanks in large part to Spring Boot. In this section, I hope to show you that creating a UI with React is pretty easy too. If you follow the steps below, you’ll create a new React app,… Read More Create a Project with Create React App

Build an API with Spring Boot

Build an API with Spring Boot To get started with Spring Boot, navigate to start.spring.io. In the “Search for dependencies” field, select the following: DevTools: Provides auto-reloading of your application when files change H2: An in-memory database JPA: Standard ORM for Java Rest Repositories: Allows you to expose your JPA repositories as REST endpoints Web: Spring… Read More Build an API with Spring Boot

Resetting the Root Password in MySQL: Windows Systems

Resetting the Root Password: Windows Systems On Windows, use the following procedure to reset the password for the MySQL ‘root’@’localhost’ account. To change the password for a root account with a different host name part, modify the instructions to use that host name. Log on to your system as Administrator. Stop the MySQL server if it is running. For… Read More Resetting the Root Password in MySQL: Windows Systems