Skip to content

Instantly share code, notes, and snippets.

@kmin135
kmin135 / intellij-settings.md
Last active July 31, 2022 02:27
Intellij 세팅

Live Templates

  • Settings > Live Templates
    • context는 Java 로 세팅
  • 만들어둔 이름으로 타이핑 후 tab을 누르면 템플릿으로 자동 완성됨
# tdd 

@Test
@kmin135
kmin135 / Foo.java
Created February 12, 2020 10:03 — forked from garyrussell/Foo.java
Simple Spring AMQP App Using Serialized Payloads
/*
* Copyright 2014 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software