Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


스프링 프로파일 설정 Windows10: Application-{project}-loc-windows.yml

로컬 Windows10

Windows10의 springboot 프로파일은 application-{project}-loc-windows.yml과 logback-{project}-loc-windows.xml파일 사용

Profile value 설정

spring.profiles.active: {project}-loc-windows

Project명 선언

core.project: {project}

File Path 설정

Infinispan 캐시 경로 설정

core.infinispan.cache-path: C:/Users/${user.name}/AppData/Local/IONCommunications/ice4/{project}/cache

Static 파일 경로 설정

core.resource.parh: C:/Users/${user.name}/AppData/Local/IONCommunications/ice4/{project}/files

이메일 template 경로 설정

ice-email.template.dir: C:/Users/${user.name}/AppData/Local/IONCommunications/ice4/{project}/template

로그 경로 설정

server.tomcat.accesslog.directory: C:/Users/${user.name}/AppData/Local/IONCommunications/ice4/{project}/logs

Logback 로딩 파일 설정

logging.config: classpath: logback-{project}-loc-windows.xml

logback-{project}-loc-windows.xml 로그 경로 설정

property.value: C:/Users/${user.name}/AppData/Local/IONCommunications/ice4/{project}/logs/application


  • No labels