2024-06-12

This commit is contained in:
2024-06-12 13:11:58 +09:00
parent d2bb77ca33
commit a75a1dbd0f
31 changed files with 263 additions and 7 deletions

32
Writerside/sb.tree Normal file
View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2024. Elex. All Rights Reesrved.
- https://www.elex-project.com/
-->
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
<instance-profile id="sb"
name="Spring Boot"
start-page="starter-topic.md">
<toc-element topic="starter-topic.md">
<toc-element topic="Controller.md"/>
<toc-element topic="Database.md">
<toc-element topic="Modeling.md"/>
<toc-element topic="JPA.md">
<toc-element topic="Repository.md"/>
<toc-element topic="JPQL.md"/>
<toc-element topic="Paging.md"/>
</toc-element>
</toc-element>
<toc-element topic="Validation.md"/>
<toc-element topic="Testing.md"/>
<toc-element topic="Security.md">
<toc-element topic="JWT.md"/>
</toc-element>
<toc-element topic="Actuator.md"/>
<toc-element topic="Swagger.md"/>
</toc-element>
</instance-profile>