과태료 통합 관리 시스템 웹리소스(전체)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
이범준 572a3f7fba 공통함수, 문자열 관련 자바스크립트 소스 리팩토링 3 months ago
.mvn/wrapper 스프링부트 기반 프로젝트 추가 1 year ago
src/main 공통함수, 문자열 관련 자바스크립트 소스 리팩토링 3 months ago
.gitignore gitignore수정 4 months ago
.pmd 스프링부트 기반 프로젝트 추가 1 year ago
README.md 1. main메소드 실행 클래스명 변경(FimsApplication -> MainApplication) 3 months ago
mvnw 스프링부트 기반 프로젝트 추가 1 year ago
mvnw.cmd 스프링부트 기반 프로젝트 추가 1 year ago
pom.xml 설정 수정 4 months ago

README.md

과태료 통합 관리 시스템

시군구별 설정 파일

로컬에서 서버 기동시
https://nas.xit.co.kr:5001(211.119.124.120)의 네트워크 드라이브에서
"/03. 연구개발실/fims설정파일"에 시군구별 폴더가 있고 해당 시군구 폴더의 파일들을
src/main/resources폴더로 복사 후 기동한다.

pom.xml의 sgg-setting아티팩트의 <version>에 시군구코드를 넣어
sgg-setting-시군구코드.jar파일을 프로젝트에 추가한다.
sgg-setting-시군구코드.jar파일에는 SpringBootApplicationBridge.class가 있으며 
클래스 상속 순서는 XitBaseApplication > SpringBootApplicationBridge > MainApplication 순이다.
SpringBootApplicationBridge 클래스 내부에 내용이 없고, 데이터소스설정,트랙잭션설정 관련 어노테이션이 추가되어 있다.