2021-02-01から1ヶ月間の記事一覧

IntelliJ IDEA で Thymeleaf の templates を hot swapping したい

備忘録。IntelliJ IDEA で Thymeleaf の templates の hot swapping が動かないと思ったら、IntelliJ 側の設定が必要なのか。Eclipse 歴が長いもので...。 あ、IntelliJ 側の設定が必要なのか。Build project automatically と compiler\.automake.allow.whe…

Spring Security + RBAC (Role, Authority)

簡易的ですが、Spring Security + RBAC のサンプルを作りました。 kntmr/playground/spring-security-rbac - GitHub 今回、User と Role は 1 対 1 にしています。あと、Thymeleaf 側では、Permission (hasAuthority) ではなく、あえて Role (hasRole) を使…

ふりかえり

転職して3ヶ月。この期間にやったことなどをふりかえってみたり。 やったこと オリエンテーション (人事制度説明とか) 各種アカウント準備 PCセットアップ 開発環境構築 アラート解析 デバッグ (軽微/小規模なもの) エンハンス 問い合わせ対応 最初は、業務…