先前看了SkyWalking, Elastic APM, OpenTelemetry等tracing tool […]
標籤: Spring
Tracing with Opentelemetry
簡介 Opentelemetry (以下簡稱OTel)是由OpenTracing、 OpenCensus兩者合 […]
Spring MVC 基本Annotation設定(1)
除去web.xml 先前有了一篇 在Spring Web Application中使用Annotation取代 […]
在Spring Web Application中使用Annotation取代XML
總結 使用WebApplicationInitializer取代web.xml 使用@Configuratio […]
Query By Example In Spring-Data-JPA
Query By Example (QBE) 是個常用的查詢模式,Hibernate有Example Quer […]
Spring Security (3) Basic Configuration fo <authentication-provider>
<authentication-manager>共本上提供了兩種Authentication Pr […]
Spring Security (2) Basic Configuration of <http>
看過先前的說明應該會有些困惑,我們應該先稍為拆解一下<http><http auto-con […]
Spring Security (1) Basic Configuration
一個對外的系統通常有權限設定,主要的需求通常就是兩個 判斷目前的操作人員是誰 人員是否可以進行這個操作 Spr […]