IntelliJで一部のコードを自動フォーマット対象から外す
Setting > Code Style > General > Enable formatter markers in comments で設定可能。 あとはソースコードに@...
10 search resultsShowing 1~10 results
You need to log-in
Setting > Code Style > General > Enable formatter markers in comments で設定可能。 あとはソースコードに@...
JacksonでJSON -> OBjectのマッピングをするとき、JSONには存在して、マッピング対象のクラスには存在しないフィールドがあると、 org.codehaus.jackson...
なんだよーこいつもすげーらくじゃーん <dependency> <groupId>com.googlecode.libphonenumber</groupId>...
なんだ、便利じゃーん <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j&...
Thymeleafを使っていると閉じタグ忘れで画面が真っ白になります。 とりあえずこれで一括置換 ((<img|<br|<input|<link|<meta|<...
@EntityでアノテーションしたHibernate(JPA)のクラスからDDLを生成する。 サンプルは標準出力にcreate文を出力する。 import org.hibernate.cfg.C...
Springのバリデーションメッセージのプロパティファイルにプレフィックスをつける。 @Configuration @EnableWebMvc public class WebConfig ex...
面倒なんでJsonNodeでやっちゃう。 RestTemplate restTemplate = new RestTemplate(); ResponseEntity<JsonNode&g...
Fixedになっているから今度試してみよう。
@RequestMappingと@PreAuthorizeを併用するときは、 proxy-target-class="true"を使う。 <global-method-security p...
10 search resultsShowing 1~10 results
Qiita is a knowledge sharing service for engineers.