Files
document-haness/docs/clean-architecture-backend-template/final/evidence/rendered/a14-f015-virtualthreadprofile-propertyname.svg
T
DongHyeonkaandClaude Opus 5 b2963105a8 docs(keycloak-session-store): import the session-storage lab as a new project
The keycloak project ended with four open questions that design could not
settle. A two-VM lab was built to answer them by measurement, and this is
that material: 26 experiments, 125 raw command outputs, 22 browser captures.

Follows the import procedure in README.md.

  source/     the originating repository verbatim — 78 documents, 28 SVGs,
              8 manifests, plus .source-revision recording the commit
  final/      the SSOT
    document.md   729 lines written from the 29 experiment documents, not
                  concatenated: what was predicted, what was measured, and
                  where the measurement itself was wrong
    evidence/raw    125 outputs, flattened to <experiment>__<file> because
                    the originals collided (01-baseline.txt appeared three
                    times) and the audit only globs the top level
    evidence/meta   one per raw file; command and exitCode are null and the
                    README says why rather than inventing them
    evidence/browser  22 captures
    assets/       three diagrams through techviz
    .techviz/     their VizSpecs

A separate project rather than an addition to keycloak: the B-layer answers
that project's four questions, but the A, C and D layers are about cluster
failure, SSO and operations, and one document.md should hold one subject.
The four question records there can point here through 관계.

Recorded rather than papered over: only three of the 28 diagrams were
remade. The repository forbids hand-drawn SVG and forbids titles inside the
canvas; all 28 originals carry both, so converting them is redrawing, not
reformatting. They stay in source/ and the gap is written into the document.

verify-pipeline.py passes. audit-records.py reports no issues.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-04 22:51:59 +09:00

158 lines
25 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="2614" viewBox="0 0 1200 2614" role="img">
<title>terminal evidence</title>
<desc>Terminal-style rendering generated from retained command output. Sensitive-looking values are redacted in the visual asset.</desc>
<rect x="1" y="1" width="1198" height="2612" rx="14" fill="#0d1117" stroke="#30363d"/>
<rect x="1" y="1" width="1198" height="44" rx="14" fill="#161b22"/>
<rect x="1" y="30" width="1198" height="14" fill="#161b22"/>
<circle cx="24" cy="22" r="6" fill="#ff5f57"/>
<circle cx="44" cy="22" r="6" fill="#febc2e"/>
<circle cx="64" cy="22" r="6" fill="#28c840"/>
<text x="92" y="27" fill="#8b949e" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace">terminal evidence</text>
<text x="24" y="68" fill="#c9d1d9" font-size="15" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">$ set -e
set -o pipefail
W=src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web
S=src/adapter/inboun</tspan><tspan x="24" dy="22">d/websocket/src/main/java/dev/caskeleton/adapter/inbound/websocket
echo -n &quot;# 이 저장소에서 propertyName() 을 선언하는 </tspan><tspan x="24" dy="22">자리를 세면 : &quot;
grep -rn &#x27;String propertyName()&#x27; --include=*.java src | grep -c &#x27;/src/main/&#x27; || true
grep -rn &#x27;String pr</tspan><tspan x="24" dy="22">opertyName()&#x27; --include=*.java src | grep &#x27;/src/main/&#x27; \
| sed -E &#x27;s#^[^:]*/([^:/]+):([0-9]+):.*# \1:\2#&#x27;
echo
echo &quot;</tspan><tspan x="24" dy="22"># 그 셋의 구현&quot;
echo &quot; WebAdvancedFeature.java:59-62&quot;
sed -n &#x27;59,62p&#x27; $W/advanced/WebAdvancedFeature.java | sed &#x27;s#^# </tspan><tspan x="24" dy="22"> #&#x27;
echo &quot; WebSocketAdvancedCapability.java:74-79&quot;
sed -n &#x27;74,79p&#x27; $S/advanced/WebSocketAdvancedCapability.java | sed </tspan><tspan x="24" dy="22">&#x27;s#^# #&#x27;
echo &quot; VirtualThreadProfile.java:74-77&quot;
sed -n &#x27;74,77p&#x27; $W/advanced/virtualthread/VirtualThreadProfile.java</tspan><tspan x="24" dy="22"> | sed &#x27;s#^# #&#x27;
echo
echo &quot;# 그 셋을 부르는 자리. 메서드 참조까지 센다&quot;
for n in WebAdvancedFeature WebSocketAdvanced</tspan><tspan x="24" dy="22">Capability VirtualThreadProfile; do
echo -n &quot; $n : &quot;
{ grep -rn &quot;$n\(\.[A-Z_]*\)\?\.propertyName()\|$n::propertyNam</tspan><tspan x="24" dy="22">e&quot; --include=*.java src \
| sed -E &quot;s#^[^:]*/([^:/]+):([0-9]+):.*#\1:\2#&quot; | tr &#x27;\n&#x27; &#x27; &#x27; || true; }
echo &quot;(끝)&quot;
d</tspan><tspan x="24" dy="22">one
echo
echo &quot;# 발행된 이름 그대로 저장소에 나오는 자리 (git 추적 파일 전부)&quot;
git grep -n &#x27;backend\.web\.advanced\.virt</tspan><tspan x="24" dy="22">ual-threads\.enabled&#x27; -- . \
| sed -E &#x27;s#^[^:]*/([^:/]+):([0-9]+):# \1:\2 #&#x27;
echo &quot;# 그 접두사만으로 찾으면 한 줄이 </tspan><tspan x="24" dy="22">더 나온다&quot;
git grep -n &#x27;backend\.web\.advanced\.virtual-threads&#x27; -- . | sed &#x27;s#^# #&#x27;
echo &quot; 그 계획 문서가 접두사 다음</tspan><tspan x="24" dy="22"> 줄에 적은 것 :&quot;
git show HEAD:docs/web-superpowers-package/docs/superpowers/plans/2026-08-13-web-advanced-capabilities-</tspan><tspan x="24" dy="22">expansion-plan.md \
| sed -n &#x27;203p&#x27; | sed &#x27;s#^# #&#x27;
echo &quot;# 운영자용 문서가 쓰는 이름&quot;
git grep -n &#x27;mvc-virtual-thre</tspan><tspan x="24" dy="22">ads&#x27; -- docs/ \
| sed -E &#x27;s#^docs/([^:]+):([0-9]+):.*(backend[a-z.-]*mvc-virtual-threads[a-z.]*|mvc-virtual-threads:).</tspan><tspan x="24" dy="22">*# \1:\2 \3#&#x27;
echo
echo &quot;# 같은 능력을 실제로 바인딩하고 게이트하는 이름&quot;
grep -n &#x27;ConfigurationProperties(prefix&#x27; $W/</tspan><tspan x="24" dy="22">advanced/mvc/VirtualThreadSettings.java \
| sed &#x27;s#^# VirtualThreadSettings:#&#x27;
sed -n &#x27;30,36p&#x27; $W/advanced/mvc/Virtua</tspan><tspan x="24" dy="22">lThreadMvcConfiguration.java \
| sed &#x27;s#^# VirtualThreadMvcConfiguration #&#x27;
echo
echo &quot;# 게이트와 무관하게 이 설정</tspan><tspan x="24" dy="22">을 등록하는 출하 조립 루트&quot;
B=src/app-bootstrap/src/main/java/dev/caskeleton/bootstrap/CaSkeletonApplication.java
grep -</tspan><tspan x="24" dy="22">n &#x27;^@ConfigurationPropertiesScan(&#x27; $B | sed &#x27;s#^# CaSkeletonApplication:#&#x27;
grep -n &#x27; &quot;dev.caskeleton.adapter.inbou</tspan><tspan x="24" dy="22">nd.web&quot;,&#x27; $B | sed &#x27;s#^# CaSkeletonApplication:#&#x27;
echo -n &quot; 그 애너테이션이 거는 목록 : &quot;
awk &#x27;NR&gt;=59 &amp;&amp; /^ \}\)/ {</tspan><tspan x="24" dy="22">print &quot;58-&quot; NR &quot; · &quot; n &quot; 개 패키지&quot;; exit} NR&gt;=60 &amp;&amp; /&quot;dev\.caskeleton/ {n++}&#x27; $B
echo
echo &quot;# 이름을 잘못 발행하는 타</tspan><tspan x="24" dy="22">입 자체는 배선되어 있다&quot;
grep -n &#x27;toProfile()&#x27; $W/advanced/mvc/VirtualThreadSettings.java | sed &#x27;s#^# VirtualThreadSett</tspan><tspan x="24" dy="22">ings:#&#x27;
sed -n &#x27;39,42p&#x27; $W/advanced/mvc/VirtualThreadMvcConfiguration.java \
| sed &#x27;s#^# VirtualThreadMvcConfiguratio</tspan><tspan x="24" dy="22">n #&#x27;
echo
echo -n &quot;# 루트가 거는 그 패키지 아래의 @ConfigurationProperties 타입 : &quot;
grep -rl &#x27;@ConfigurationPropertie</tspan><tspan x="24" dy="22">s&#x27; --include=*.java src/adapter/inbound/web/src/main | wc -l
echo &quot; 그중 값을 요구하는 하나. SecuritySettings.java:31-3</tspan><tspan x="24" dy="22">4 :&quot;
sed -n &#x27;31,34p&#x27; src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web/settings/SecuritySettings.</tspan><tspan x="24" dy="22">java | sed &#x27;s#^# #&#x27;
echo
echo &quot;# 이 리프는 설정 메타데이터를 생성하도록 선언되어 있다&quot;
grep -n &#x27;configuration-process</tspan><tspan x="24" dy="22">or&#x27; src/adapter/inbound/web/build.gradle | sed &#x27;s#^# build.gradle:#&#x27;
echo &quot; 그 선언을 리프마다 강제하는 루트 빌드 자리</tspan><tspan x="24" dy="22"> :&quot;
sed -n &#x27;2201,2205p&#x27; src/build.gradle | sed &#x27;s#^# #&#x27;
</tspan></text>
<text x="24" y="750" fill="#8b949e" font-size="13" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">cwd: /shared/codebase/clean-architecture-backend-template</tspan></text>
<text x="24" y="772" fill="#8b949e" font-size="13" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0">time: 2026-09-03T06:15:15+00:00 · exit 0</tspan></text>
<line x1="24" y1="786" x2="1176" y2="786" stroke="#30363d"/>
<text x="24" y="826" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 이 저장소에서 propertyName() 을 선언하는 자리를 세면 : 3</tspan></text>
<text x="24" y="848" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> WebSocketAdvancedCapability.java:75</tspan></text>
<text x="24" y="870" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadProfile.java:75</tspan></text>
<text x="24" y="892" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> WebAdvancedFeature.java:60</tspan></text>
<text x="24" y="914" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="936" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 그 셋의 구현</tspan></text>
<text x="24" y="958" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> WebAdvancedFeature.java:59-62</tspan></text>
<text x="24" y="980" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> /** The property that turns this on. */</tspan></text>
<text x="24" y="1002" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> public String propertyName() {</tspan></text>
<text x="24" y="1024" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> return &quot;backend.web.advanced.&quot; + name().toLowerCase(Locale.ROOT).replace(&#x27;_&#x27;, &#x27;-&#x27;) + &quot;.enabled&quot;;</tspan></text>
<text x="24" y="1046" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
<text x="24" y="1068" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> WebSocketAdvancedCapability.java:74-79</tspan></text>
<text x="24" y="1090" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> /** The property that enables this capability. */</tspan></text>
<text x="24" y="1112" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> public String propertyName() {</tspan></text>
<text x="24" y="1134" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> return &quot;backend.websocket.advanced.&quot;</tspan></text>
<text x="24" y="1156" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> + name().toLowerCase(Locale.ROOT).replace(&#x27;_&#x27;, &#x27;-&#x27;)</tspan></text>
<text x="24" y="1178" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> + &quot;.enabled&quot;;</tspan></text>
<text x="24" y="1200" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
<text x="24" y="1222" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadProfile.java:74-77</tspan></text>
<text x="24" y="1244" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> /** The property that turns this on. */</tspan></text>
<text x="24" y="1266" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> public static String propertyName() {</tspan></text>
<text x="24" y="1288" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> return &quot;backend.web.advanced.virtual-threads.enabled&quot;;</tspan></text>
<text x="24" y="1310" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
<text x="24" y="1332" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1354" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 그 셋을 부르는 자리. 메서드 참조까지 센다</tspan></text>
<text x="24" y="1376" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> WebAdvancedFeature : WebAdvancedReleaseTest.java:48 WebAdvancedReleaseTest.java:52 (끝)</tspan></text>
<text x="24" y="1398" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> WebSocketAdvancedCapability : ResumeTokenTest.java:187 ResumeTokenTest.java:191 (끝)</tspan></text>
<text x="24" y="1420" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadProfile : (끝)</tspan></text>
<text x="24" y="1442" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1464" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 발행된 이름 그대로 저장소에 나오는 자리 (git 추적 파일 전부)</tspan></text>
<text x="24" y="1486" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadProfile.java:76 return &quot;backend.web.advanced.virtual-threads.enabled&quot;;</tspan></text>
<text x="24" y="1508" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 그 접두사만으로 찾으면 한 줄이 더 나온다</tspan></text>
<text x="24" y="1530" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> docs/web-superpowers-package/docs/superpowers/plans/2026-08-13-web-advanced-capabilities-expansion-plan.md:202: prefix = &quot;b</tspan><tspan x="24" dy="22">ackend.web.advanced.virtual-threads&quot;,</tspan></text>
<text x="24" y="1574" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> src/adapter/inbound/web/src/main/java/dev/caskeleton/adapter/inbound/web/advanced/virtualthread/VirtualThreadProfile.java:76: </tspan><tspan x="24" dy="22"> return &quot;backend.web.advanced.virtual-threads.enabled&quot;;</tspan></text>
<text x="24" y="1618" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 계획 문서가 접두사 다음 줄에 적은 것 :</tspan></text>
<text x="24" y="1640" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> name = &quot;enabled&quot;,</tspan></text>
<text x="24" y="1662" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 운영자용 문서가 쓰는 이름</tspan></text>
<text x="24" y="1684" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> web/advanced-capabilities.md:8 backend.web.advanced.mvc-virtual-threads.enabled</tspan></text>
<text x="24" y="1706" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> web/virtual-thread-profile.md:25 mvc-virtual-threads:</tspan></text>
<text x="24" y="1728" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1750" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 같은 능력을 실제로 바인딩하고 게이트하는 이름</tspan></text>
<text x="24" y="1772" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadSettings:17:@ConfigurationProperties(prefix = &quot;backend.web.advanced.mvc-virtual-threads&quot;)</tspan></text>
<text x="24" y="1794" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @EnableConfigurationProperties(VirtualThreadSettings.class)</tspan></text>
<text x="24" y="1816" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @ConditionalOnWebApplication(type = ConditionalOnWebApplication.Type.SERVLET)</tspan></text>
<text x="24" y="1838" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @ConditionalOnProperty(</tspan></text>
<text x="24" y="1860" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration prefix = &quot;backend.web.advanced.mvc-virtual-threads&quot;,</tspan></text>
<text x="24" y="1882" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration name = &quot;enabled&quot;,</tspan></text>
<text x="24" y="1904" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration havingValue = &quot;true&quot;)</tspan></text>
<text x="24" y="1926" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration public class VirtualThreadMvcConfiguration {</tspan></text>
<text x="24" y="1948" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="1970" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 게이트와 무관하게 이 설정을 등록하는 출하 조립 루트</tspan></text>
<text x="24" y="1992" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CaSkeletonApplication:58:@ConfigurationPropertiesScan(</tspan></text>
<text x="24" y="2014" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> CaSkeletonApplication:72: &quot;dev.caskeleton.adapter.inbound.web&quot;,</tspan></text>
<text x="24" y="2036" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 애너테이션이 거는 목록 : 58-80 · 20 개 패키지</tspan></text>
<text x="24" y="2058" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="2080" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 이름을 잘못 발행하는 타입 자체는 배선되어 있다</tspan></text>
<text x="24" y="2102" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadSettings:77: public VirtualThreadProfile toProfile() {</tspan></text>
<text x="24" y="2124" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadSettings:91: toProfile();</tspan></text>
<text x="24" y="2146" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration @Bean</tspan></text>
<text x="24" y="2168" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration public VirtualThreadProfile virtualThreadProfile(VirtualThreadSettings properties) {</tspan></text>
<text x="24" y="2190" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration return properties.toProfile();</tspan></text>
<text x="24" y="2212" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> VirtualThreadMvcConfiguration }</tspan></text>
<text x="24" y="2234" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="2256" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 루트가 거는 그 패키지 아래의 @ConfigurationProperties 타입 : 8</tspan></text>
<text x="24" y="2278" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그중 값을 요구하는 하나. SecuritySettings.java:31-34 :</tspan></text>
<text x="24" y="2300" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> if (this.authMode == AuthenticationMode.JWT &amp;&amp; (issuerUri == null || issuerUri.isBlank())) {</tspan></text>
<text x="24" y="2322" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> throw new IllegalArgumentException(</tspan></text>
<text x="24" y="2344" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> &quot;APP_SECURITY_JWT_ISSUER (ca-skeleton.security.issuer-uri) is required&quot;);</tspan></text>
<text x="24" y="2366" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
<text x="24" y="2388" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"></tspan></text>
<text x="24" y="2410" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"># 이 리프는 설정 메타데이터를 생성하도록 선언되어 있다</tspan></text>
<text x="24" y="2432" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> build.gradle:16: annotationProcessor &#x27;org.springframework.boot:spring-boot-configuration-processor&#x27;</tspan></text>
<text x="24" y="2454" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> 그 선언을 리프마다 강제하는 루트 빌드 자리 :</tspan></text>
<text x="24" y="2476" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> configure(subprojects.findAll { it.childProjects.isEmpty() }) {</tspan></text>
<text x="24" y="2498" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> tasks.named(&#x27;check&#x27;) {</tspan></text>
<text x="24" y="2520" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> dependsOn verifyConfigurationPropertiesProcessor</tspan></text>
<text x="24" y="2542" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
<text x="24" y="2564" fill="#e6edf3" font-size="14" font-family="ui-monospace, SFMono-Regular, Menlo, Consolas, monospace" xml:space="preserve"><tspan x="24" dy="0"> }</tspan></text>
</svg>