A project to:
- first build a clone of the page https://my.sa.ucsb.edu/public/curriculum/coursesearch.aspx
- then build many additional features using the same data.
Type this | to get this result |
---|---|
mvn package |
to make a jar file |
mvn spring-boot:run |
to run the web app |
in browser: http://localhost:8080/greeting/ |
to see "Hello, World!" |
in browser: http://localhost:8080/greeting?name=Gauchos |
to see "Hello, Gauchos!" |