Actuator 인터셉터 엔드포인트 추가:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- `/actuator/mappings`에 누락된 Interceptor 목록 읽기용 엔드포인트 구현
- 내부 사용자 이메일 도메인 동적 주입 로직 UserTypeConfigurer 클래스에 추가
- 비동기 스타일 개선 및 CSS 메인 스타일 일부 수정
This commit is contained in:
Rinjae
2026-08-13 13:36:09 +09:00
parent 7c0cd371f0
commit 7b8e0575c5
9 changed files with 209 additions and 7 deletions
+6 -2
View File
@@ -689,13 +689,17 @@ hr {
font-display: swap;
src: local("Spoqa Han Sans Bold"), url("/font/spoqa-hans/SpoqaHanSansBold.woff2") format("woff2"), url("/font/spoqa-hans/SpoqaHanSansBold.woff") format("woff"), url("/font/spoqa-hans/SpoqaHanSansBold.ttf") format("truetype");
}
/* Noto Sans KR (Variable) */
/* Noto Sans KR (Variable)
- 본문 3순위 폴백이므로 로컬 설치본을 최우선 사용한다.
- 웹폰트는 한글 음절 전체(U+AC00D7A3)·라틴·기호만 남긴 woff2 서브셋( 1.1MB).
원본 VariableFont TTF(9.9MB) 전송 abort로 broken pipe 로그를 유발해 제거했다.
서브셋 재생성은 docs/font-subset.md 참고. */
@font-face {
font-family: "Noto Sans KR";
font-weight: 100 900;
font-style: normal;
font-display: swap;
src: url("/font/noto-sans/NotoSansKR-VariableFont_wght.ttf") format("truetype");
src: local("Noto Sans KR"), local("NotoSansKR"), local("Noto Sans CJK KR"), url("/font/noto-sans/NotoSansKR-subset.woff2") format("woff2");
}
:root {
--primary-color: #0049b4;