2018-01-01から1年間の記事一覧

springboot + as400 jdbc接続

as400どうやってつなぐのー?って色々試したのをメモ https://www.e-bellnet.com/category/hint/1410/1410-2.html このサイトを知ってから知識幅がだいぶ広がった・・・。 ①jdbc driverのダウンロード https://sourceforge.net/projects/jt400/ 古いドライバ…

Spring Security

@Log4j2 public class MyAuthenticationFilter extends UsernamePasswordAuthenticationFilter { @Override public Authentication attemptAuthentication(HttpServletRequest request, HttpServletResponse response) { String username = obtainUsername(r…

spring1.4.7 -> 2.1.0 springsecurityログイン画面の実装

springboot 1.4を使っていて、新規で作った2.1のプロジェクトにコピーして実行したらいろいろ怒られた Hibernateも変わってるみたい thymeleaf3つかいたいだけだったのに。。。 ① ServletInitializer.java //前の //import org.springframework.boot.web.sup…