An open API service indexing awesome lists of open source software.

https://github.com/chewzzz1014/learning-spring


https://github.com/chewzzz1014/learning-spring

java learning spring

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

### **Project Structure**
- `mvnw and mvnw.cmd`: Maven wrapper scripts. We can use these scripts to build your project, even if we don’t have Maven installed on your machine.
- `pom.xml`: Maven build specification
- `TacoCloudApplication.java`: Spring Boot main class that bootstraps the project.
- `application.properties`: Specify configuration properties.
- `static`: Place any static content (images, stylesheets, JavaScript, and so forth) that we want to serve to the browser.
- `templates`: Place template files that will be used to render content to the browser.
- `TacoCloudApplicationTests.java`: Simple test class that ensures that the Spring application context loads successfully.

### **Build & Run Project**
![image](https://github.com/chewzzz1014/learning-spring/assets/92832451/abd91763-32d5-4c1e-bb41-982d13789623)

### **Resources**
- Spring in Action by Craig Walls