> For the complete documentation index, see [llms.txt](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot.md).

# spring boot

- [security](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/security.md)
- [security 기본](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/security/security.md)
- [filter](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/security/filter.md)
- [JWT](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/security/jwt.md)
- [스프링 핵심 원리](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/springbase.md)
- [객체지향 설계와 스프링](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/springbase/springbase1.md)
- [스프링IoC컨테이너와 bean](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/springbase/springbase2.md)
- [IntelliJ](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/intellij.md)
- [Spring boot 생성 및 git clone](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/intellij/intellij1.md)
- [Spring boot 프로젝트 생성](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/intellij/intellij2.md)
- [vscode](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/vscode.md)
- [Spring boot 프로젝트 생성](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/vscode/vscode1.md)
- [scheduling](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/scheduling.md)
- [스케쥴링 설정시 에러 상황](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/scheduling/scheduling1.md)
- [paging](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/paging.md)
- [에러 핸들링](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/errorhandling.md)
- [ErrorCode생성 및 ExceptionHandler로 에러처리](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/errorhandling/errorhandling1.md)
- [Security & JWT 에러처리](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/errorhandling/errorhandling2.md)
- [spring cloud sleuth](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/errorhandling/errorhandling3.md)
- [로그 핸들링](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/loghandling.md)
- [logback](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/loghandling/loghandling2.md)
- [HttpRequestServlet 래핑](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/loghandling/loghandling1.md)
- [gradle](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/gradle.md)
- [hidetake.ssh 키파일 설정](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/gradle/gradle1.md)
- [maven](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/maven.md)
- [maven tomcat](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/maven/maven1.md)
- [lib](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/lib.md)
- [lombok](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/lib/lombok.md)
- [tiles](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/lib/tiles.md)
- [API 부하테스트 툴 K6](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/api-k6.md)
- [JPA](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/jpa.md)
- [Mybatis / JPA 차이](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/jpa/mybatis-jpa.md)
- [Mybatis](https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot/mybatis.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://koojeongyeons-engineering-wiki.gitbook.io/engineering-wiki/spring/springboot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
