본문 바로가기

sweetalert2 SassError 에러 발생시 react에서 sweetalert2을 사용하려고 import 하니아래와 같이 에러가 발생 SassError: Invalid CSS after "...ch $size in map": expected expression (e.g. 1px, bold), was ".keys(variables.$co" node-sass을 삭제 npm uninstall node-sass sass 설치 npm install sass --save 더보기
자바 병렬 프로그래밍 참고 CountDownLatch, Semaphore, CyclicBarrier 설명 https://okky.kr/article/690736 더보기
opendaylight blueprint 적용(annotation) opendaylight 프로젝트에서 blueprint 사용시 xml 을 통해 설정하기 매번 귀찮을때가 있습니다. 그럴땐 어노테이션을 사용하면 Spring에서 개발하던 방법으로 손쉽게 개발이 가능 합니다. pom.xml 수정 dependency 수정 org.opendaylight.infrautils inject 1.1.2-Carbon javax.inject javax.inject true org.ops4j.pax.cdi pax-cdi-api true plugin 추가 org.apache.aries.blueprint blueprint-maven-plugin 1.6.0 blueprint-generate 패키지경로 어노테이션 적용 코드 @Singleton @OsgiServiceProvider public cla.. 더보기
karaf service 등록 링크 참조https://karaf.apache.org/manual/latest-3.0.x/wrapper 더보기
Maven 빌드시 에러 [WARNING] Rule 0: org.apache.maven.plugins.enforcer.BannedDependencies failed with message:Please always use mockito-core instead of mockito-all (https://bugs.opendaylight.org/show_bug.cgi?id=7662)Found Banned Dependency: org.mockito:mockito-all:jar:1.10.19Use 'mvn dependency:tree' to locate the source of the banned dependencies.[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enfor.. 더보기