일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- KAKAO
- 콘솔한글깨짐
- v-if
- programmers
- getters
- axios
- IntelliJ
- Vue.js
- includes
- Reduce
- vuex
- Express.js
- kibana
- node.js
- 연동
- javscript
- state
- JavaScript
- v-for
- v-on
- Login
- azure
- sns로그인
- react
- mixins
- mutations
- 음양더하기
- 템플릿문법
- Emit
- javascipt
- Today
- Total
목록2020.10 ~ 2021.03 취업성공패키지/홈페이지(Spring) (3)
공부용
Tiles는 이제 front에서 웹 페이지를 조각으로 관리하는 역할을 한다. pom.xml tiles 라이브러리 추가 org.apache.tiles tiles-core 2.2.2 org.apache.tiles tiles-api 2.2.2 org.apache.tiles tiles-servlet 2.2.2 org.apache.tiles tiles-jsp 2.2.2 org.apache.tiles tiles-template 2.2.2 /src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml tiles.xml //파싱할 주소 -> *.* -> {1}.{2} 로 사용가능하다. //front view 페이지
src/main/webapp/WEB-INF/spring/root-context.xml --xml 설명 //아이디 // 비밀번호 //쿼리용 xml
//pom.xml 1.8 4.3.8.RELEASE 1.6.10 1.6.6 org.apache.maven.plugins maven-compiler-plugin 2.5.1 1.8 1.8 -Xlint:all true true java-version 1.8 org.springframework-version 4.3.8 plugin >> source 1.8 target 1.8 (자바버전) org.mybatis mybatis 3.2.8 org.mybatis mybatis-spring 1.2.2 org.springframework spring-orm 4.3.8.RELEASE commons-dbcp commons-dbcp 1.4 org.lazyluke log4jdbc-remix 0.2.7 mybatis org.proje..