spring-boot學習記錄
一:jar包做用web
- spring-boot-starter:核心模塊,包括自動配置支持、日誌和YAML
- spring-boot-starter-test:測試模塊,包括JUnit、Hamcrest、Mockito
- spring-boot-starter-web:web模塊
- spring-boot-starter-jdbc:jdbc支持
- spring-boot-starter-data-jpa:jpa支持
- spring-boot-starter-redis:redis支持
- spring-boot-starter-data-mongodb:mongodb支持
- spring-boot-starter-aop:aop支持
歡迎關注本站公眾號,獲取更多信息