반응형

처음 STS 를 설치하면 기본 테마로 코드 창이 하얏다.

기본 STS처음 설치시 STS 화면


기타 멋져보이는 개발자(?) 처럼 테마를 거무스름 하게 바꾸어보자

STS Proference 화면General -> Apperance 화면

메뉴에 Window -> Preference -> 좌측 메뉴 General -> Apperance 에서 테마를 ( Theme )  Dark  로 변경한다. 

기본은 Light로 되어 있었다.

변경후 [Apply and Close] 버튼을 클릭 하면 시력보호에 좋은 검은색 으로 완료~!.

STS 다크 테마 화면STS 다크 테마 화면


반응형
반응형

Illegal mix of collations 

컬럼 CHARACTER이 안맞아서 발생한다.

컬럼 캐릭터셋이 다른데 조인 걸어 조회쿼리를 실행 했을때 발생한다.

utf8_unicode_ci 와 utf8_grneral_ci 로 각각 다른 캐릭터셋 이었다.

암꺼나 같은 걸로 변경해주면 해결 끝!.

반응형
반응형

spring integration

https://github.com/spring-projects/spring-integration-samples/blob/master/basic/tcp-client-server/src/main/resources/META-INF/spring/integration/tcpClientServerDemo-context.xml


https://gitlab.com/kjkjjang/echo-server-client/blob/master/src/main/resources/META-INF/spring/integration/serverConfig.xml


angular + spring boot

https://chariotsolutions.com/blog/post/angular-2-spring-boot-jwt-cors_part1/

https://github.com/oktadeveloper/spring-boot-angular-example


angular + sts

https://grokonez.com/tool/setup-angular-ide-spring-tool-suite

라이센스를 잘 읽어봐서 설치해야된다. ( 특정 기간이 지난후 유료로 변하는것도 많다.)


spring boot + swing 

https://github.com/DanielMichalski/spring-boot-swing-reservations


spring boot rest service

https://spring.io/guides/tutorials/bookmarks/


spring boot rest api + tdd

https://github.com/pivotal-chicago/spring-boot-rest-api-tdd


spring boot + tdd

https://jojoldu.tistory.com/33


java8 optional

http://asfirstalways.tistory.com/354


spring boot + datatable server

https://www.opencodez.com/java/datatable-with-spring-boot.htm


Spring Boot + Angular 6 example | Spring Data JPA + REST + MySQL CRUD example

https://grokonez.com/spring-framework/spring-data/spring-boot-angular-6-example-spring-data-jpa-rest-mysql-crud-example


angular test-driven development

https://www.pluralsight.com/guides/introduction-to-angular-test-driven-development


angular cli

http://web-front-end.tistory.com/64


angualr datatable

https://blog.angular-university.io/angular-material-data-table/

http://l-lin.github.io/angular-datatables/#/getting-started


angular sweetalert

https://www.npmjs.com/package/ng2-sweetalert2


java xml parser

http://lee-mandu.tistory.com/377


websocket 

http://blog.naver.com/PostView.nhn?blogId=moonv11&logNo=220658500567&parentCategoryNo=&categoryNo=15&viewDate=&isShowPopularPosts=true&from=search


querydsl

https://lng1982.tistory.com/285

http://adrenal.tistory.com/25


jpa 

https://jojoldu.tistory.com/165


spring tdd

http://thswave.github.io/java/2015/03/02/spring-mvc-test.html





반응형

+ Recent posts