From 3a199bb3ad56fcd1f453fd73ac2bf4ee7afb7ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0?= Date: Mon, 8 Jul 2024 15:50:59 +0900 Subject: [PATCH] Update README.md --- README.md | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/README.md b/README.md index 67ab602c..8b137891 100644 --- a/README.md +++ b/README.md @@ -1,45 +1 @@ -# 전자조정고도화 프로젝트 -![](https://img.shields.io/badge/3.9-eclipse-blue?style=flat-square&logo=eclipseide) ![](https://img.shields.io/badge/1.8-java-blue?style=flat-square) ![](https://img.shields.io/badge/11.0.1.0286-cubrid-green) ![](https://img.shields.io/badge/8.5-tomcat-yellow?logo=apachetomcat) - - - * 기간 : ’22.06.15~‘22.12.12 - * 전자조정시스템 URL -> 외부 : http://119.193.215.98:8081/ -> 내부 : http://192.168.176:8081 - - * 투입인력 -> 조용준B -> 이호영D -> 이준호J -## initial setting - -* was arguments에 추가 -* 코드 : -Dspring.profiles.active=local -* 방법 : 이클립스 서버 상세 → open launch configuration 클릭 → arguments 탭 → 하단 VM arguments에 해당 내용 추가 - -readme 예시 -============= - - -## Usage - -```python -import foobar - -# returns 'words' -foobar.pluralize('word') - -# returns 'geese' -foobar.pluralize('goose') - -# returns 'phenomenon' -foobar.singularize('phenomena') -``` - -## Contributing -Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. - -Please make sure to update tests as appropriate. - -## License