Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Alex4386-vault/springboot-101

Repository files navigation

Springboot 101

Syllabus

  • Subject Name: Advanced Web Programming
  • Subject Code: 14856_001
  • Lecturer: Seongja Choi
  • Goals:
    • SW development ability applying SW architecture
    • Cultivating talent with front-end & back-end technology
    • Students develop an understanding of engineering based on software architecture.
    • Derivation of results through code review and PBL at the practical level
    • Learning to discriminate between SW architecture thinking and characteristics

Build Guide

This repository utilizes gradle multi-project for streamlined monorepo experience. To run the specific project (i.e. week02), run the following command:

./gradlew :week02:bootRun

Due to some of the weeks requiring multiple projects to be run, some of the projects have nested projects. To run the specific project (i.e. week11/client-service-a), run the following command:

./gradlew :week11:client-service-a:bootRun

About

Introduction to SpringBoot and Tomcat based Web Frameworks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published