Tutorial in Turkish : (Link)
Running from an IDE
You can run a Spring Boot application from your IDE as a simple Java application, however, first you will need to import > > your project. Import steps will vary depending on your IDE and build system. Most IDEs can import Maven projects directly, > for example Eclipse users can select Import… → Existing Maven Projects from the File menu. If you can’t directly import your project into your IDE, you may be able to generate IDE metadata using a build plugin. > > Maven includes plugins for Eclipse and IDEA; Gradle offers plugins for various IDEs.
Using maven plugin
The Spring Boot Maven plugin includes a run goal which can be used to quickly compile and run your application. Applications run in an exploded form just like in your IDE.
$ mvn spring-boot:run
$ cd personalblog-master
$ npm install
$ npm install react-router-dom @material-ui/core @material-ui/icons
$ npm start
Uygulamanın yapılışı ile ilgili blog yazısı: (Link)
IDE ile başlatma
You can run a Spring Boot application from your IDE as a simple Java application, however, first you will need to import > > your project. Import steps will vary depending on your IDE and build system. Most IDEs can import Maven projects directly, > for example Eclipse users can select Import… → Existing Maven Projects from the File menu. If you can’t directly import your project into your IDE, you may be able to generate IDE metadata using a build plugin. > > Maven includes plugins for Eclipse and IDEA; Gradle offers plugins for various IDEs.
Spring Boot uygulamasını favori IDE'niz ile başlatabilirsiniz.
Maven kullanarak başlatma
$ mvn spring-boot:run
$ cd personalblog-master
$ npm install
$ npm install react-router-dom @material-ui/core @material-ui/icons
$ npm start