File tree 2 files changed +25
-1
lines changed
2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Class 12: Spring and RESTful Routing
2
2
3
3
## Resources
4
- * [ Our demo] ( https://github.com/mnfmnfm/seattle-java-401d2-deploy-demo )
5
4
* [ The Spring Initializr \[ sic\] ] ( https://start.spring.io/ )
6
5
* [ Spring Guides: Serving Web Content] ( https://spring.io/guides/gs/serving-web-content/ )
7
6
* [ Spring Static Resources] ( https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot )
Original file line number Diff line number Diff line change
1
+ # Class 13: Related Resources & Integration Testing
2
+
3
+ ## Resources
4
+ * [ Spring Guides: Serving Web Content] ( https://spring.io/guides/gs/serving-web-content/ )
5
+ * [ Baeldung: Related Resources] ( https://www.baeldung.com/spring-data-rest-relationships )
6
+
7
+ ## Agenda
8
+ - Announcements
9
+ - Remember to cite your sources if you're using online resources to help you!
10
+ - Code review
11
+ - Strategies on AnimalShelter
12
+ - Web apps: which parts were trickiest? What should we chat about?
13
+ - Daily Systems: macOS vs. Linux (and Capitalization)
14
+ - Lecture
15
+ - Sometimes, Data Is Related
16
+ - Annotations
17
+ - Routes
18
+ - Integration Testing
19
+ - Compare and contrast with unit testing
20
+ - What integration tests look like
21
+ - Lab intro
22
+
23
+ ## Warmup Questions
24
+ 1 . What different numerical relationships exist between data?
25
+ 2 . How do those relationships look in a SQL database/table structure?
You can’t perform that action at this time.
0 commit comments