Skip to content

Commit a94bc2f

Browse files
committed
day 13 readme
1 parent e1a461e commit a94bc2f

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

class-12/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Class 12: Spring and RESTful Routing
22

33
## Resources
4-
* [Our demo](https://github.com/mnfmnfm/seattle-java-401d2-deploy-demo)
54
* [The Spring Initializr \[sic\]](https://start.spring.io/)
65
* [Spring Guides: Serving Web Content](https://spring.io/guides/gs/serving-web-content/)
76
* [Spring Static Resources](https://spring.io/blog/2013/12/19/serving-static-web-content-with-spring-boot)

class-13/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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?

0 commit comments

Comments
 (0)