프로그래밍29 Mock Server 개발을 하다보면 아직 개발안된 부분의 API call을 연동하면서 해야 할일이 많은데 그럴때마다 dummy server 를 만들어서 사용하거나 www.getsandbox.com 사이트를 이용했었는데 검색하다 찾은 유용한 툴을 발견 mockoon.com/ window, mac, linux 모두 사용가능하며 cors, https, sleep request(?) 등등 가능하며 데이터도 fake library 를 사용해서 실제 데이터와 유사(?) 하게 받을수 있다.. Mockoon - Create mock APIs in seconds Mockoon is the easiest and quickest way to run mock API servers locally. No remote deployment, no ac.. 2021. 2. 10. tomcat access log 회사 정책이 당연스럽게 spring-boot 을 쓰건 tomcat 을 쓰건 앞단에 nginx 를 써야만 해서 access log 통계를 nginx, apache 의 access log 를 이용했었는데 K8S 를 쓰다보니 굳이 그럴 필요성을 못느껴서 spring-boot 로 그냥 올렸는데 그렇게 하다보니 access log 의 필요성을 느껴서 좀 찾아보니 tomcat access log 를 사용해도 되겠다 싶어서 server.tomcat.accesslog.enabled=true server.tomcat.basedir=tomcat server.tomcat.accesslog.pattern=common 2021. 2. 10. git flow 사내에서 git flow 를 사용해서 정리를 git flow feature start MYFEATURE git flow feature finish MYFEATURE git flow feature publish MYFEATURE git flow feature pull origin MYFEATURE git flow feature track MYFEATURE git-flow cheatsheet danielkummer.github.io 2021. 2. 6. K8S 환경에 scouter java agent 연결하기 이미 있는 Docker image 에 java agent 를 연동하는 방법 - 가장 쉬운 방법은 scouter java agent 를 포함시켜서 Docker image 를 만들면 된다. 하지만 그렇게 되면 원본 Docker image 를 손을 대야 한다는 문제가 생기기 때문에 다른 방법을 찾아보다가 init-container 를 사용하면 된다는것을 알게 되었다. Init Containers This page provides an overview of init containers: specialized containers that run before app containers in a Pod. Init containers can contain utilities or setup scripts not pres.. 2021. 2. 6. 이전 1 ··· 3 4 5 6 7 8 다음