https://github.com/chewzzz1014/learning-spring
https://github.com/chewzzz1014/learning-spring
java learning spring
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chewzzz1014/learning-spring
- Owner: chewzzz1014
- Created: 2023-10-17T14:37:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T10:07:54.000Z (about 2 years ago)
- Last Synced: 2024-04-14T09:03:17.420Z (about 2 years ago)
- Topics: java, learning, spring
- Language: Java
- Homepage:
- Size: 38.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**

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