Monthly Archives: 7월 2021

application.yml 예제

application.yml 예제

application.yml

spring:
  profiles:
    active: sqlserver
  cache:
    jcache:
      config: classpath:ehcache.xml
  lifecycle:
    timeout-per-shutdown-phase: 10s
  datasource:
    
더보기

Ehcache 설정법

Ehcache 설정법

의존성 추가

dependencies {
    implementation 'org.springframework.boot:spring-boot-starter-cache'
    implementation 'org.ehcache:ehcache'
    implementation 'javax.cache:cache-api'
}

설정파일 추가

더보기

매수벽 매도벽 정리

매수벽 매도벽 정리

세력이 개미를 도와준다는 이상한 케이스를 제외하면,
케이스는 의외로 간단하다.

물량매집, 물량털기, 손바꾸기, … 더보기