반응형 분류 전체보기209 mustache 문법 + 스프링 연동 mustache 문법 + 스프링 연동 머스터치 공식 : https://mustache.github.io/ 데모 : https://mustache.github.io/#demo - {{ }} 을 통해 빠른 치환 장점 - 웬만한 플랫폼을 모두 지원한다. - 속도가 빠르다. 단점 - 플랫폼 공용으로 만들어졌기에 스프링 같은 곳에서 쓰기위해서는 모두 모델안에 넣어줘야한다. - 상위를 선택하는 방법이 한정적임. 문법 예제 데이터 { "header": "Colors", "items": [ {"name": "red", "first": true, "url": "#Red"}, {"name": "green", "link": true, "url": "#Green"}, {"name": "blue", "link": true, ".. 2018. 7. 5. spring boot properties 원문https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html Appendix A. Common application propertiesVarious properties can be specified inside your application.properties file, inside your application.yml file, or as command line switches. This appendix provides a list of common Spring Boot properties and references to the underlying classes that consume .. 2018. 7. 5. h2 database Error ErrorCodeThis class defines the error codes used for SQL exceptions. Error messages are formatted as follows: { error message (possibly translated; may include quoted data) } { error message in English if different } { SQL statement if applicable } { [ error code - build number ] }Example: Syntax error in SQL statement "SELECT * FORM[*] TEST "; SQL statement: select * form test [42000-125]The [*.. 2018. 7. 5. Github unable to access SSL connect error Ask Questionup vote15down votefavorite2I have been using git lots for the last few months. git push worked 12 hours ago now all attempts generate errors, with verbose it produces this:GIT_CURL_VERBOSE=1 git push * Couldn't find host github.com in the .netrc file; using defaults * About to connect() to github.com port 443 (#0) * Trying 192.30.253.112... * Connected to github.com (192.30.253.112) .. 2018. 7. 4. 이전 1 ··· 31 32 33 34 35 36 37 ··· 53 다음 반응형