Category Archives: 미분류

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'
}

설정파일 추가

더보기

주식 01

주식 01

상한가 매수, 하한가 매도

가장 비싸게 사고, 가장 싸게 판다.

확실하게 매도 또는 … 더보기