일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- AJAX
- 문서
- SpringBoot
- IntelliJ
- spring
- MSSQL
- PostgreSQL
- Source
- error
- Python
- maven
- Tomcat
- myBatis
- 설정
- MySQL
- ubuntu
- oracle
- JDBC
- Docker
- Thymeleaf
- JavaScript
- STS
- Open Source
- Spring Boot
- git
- jpa
- Core Java
- Exception
- Eclipse
- 오픈소스
- Today
- Total
목록hermeswing log (709)
헤르메스 LIFE
web.xml contextConfigLocation classpath:/spring/applicationContext-*.xml rest org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/config/servlet-*.xml 1 applicationContext-resource.xml applicationConfig.xml core.log.jdbc.driver.MysqlDriver jdbc:mysql://localhost:3309/springdb scott tiger applicationContext-datasource.xml mybatisConfig.xml https://hermeslog.tis..
제품 홈페이지 : http://www.javadepend.com/ Spring-web Dependency slf4j Dependency Spring DI
MySQL의 GUI 툴인 SQLGate 2010 for MySQL Developer는 Free 버젼이 있습니다. SQLyog 이란것도 있다는데, 한글문제가 걱정되서 개인적으로 SQLGate 를 선호하는 편입니다. http://www.sqlgate.com/kr/download/ 회원가입해야 합니다. 다운받은 SQLGate2010forMySQLFree.exe 를 설치합니다. Freeware 라고 써있습니다. 개인사용을 위한 프리웨어 라고 써있습니다. 다만 종료시 광고를 봐야 합니다. 뭐.. 이정도 쯤이야.. ㅎㅎ
-- DB 목록 보기 mysql> show databases; +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | test | +--------------------+ 4 rows in set (0.10 sec) -- DB 생성 mysql> create database springdb; Query OK, 1 row affected (0.06 sec) -- 사용자 생성 mysql> use mysql; mysql> show tables; +---------------------------+ | Tables_in_mysql | +--------------..
처음 MySQL 5.5 버젼을 설치하고 나서 계정 및 DB를 추가하려고 prompt에 mysql 이라고 쳤더니 오류가 났음. C:\MySQL Server 5.5\bin>mysql ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO) 이렇게 하면 된다. ( 사용자를 지정해야 한다. ) C:\MySQL Server 5.5\bin>mysql -u root -p Enter password: *******
1. 다운로드 http://www.mysql.com/downloads/mysql/ ( Community Server 버젼이 Free 버젼이라는 군요.. ^^;; http://www.mysql.com/products/community/ ) 2. 로그인 ( 계정이 없으면 생성 후 로그인 하시면 됩니다. ) 3. 원한시는 곳에서 다운로드 ( 전 경희대 리눅스 사용자 모임 에서 받았습니다. ) 4. mysql-5.5.20-win32.msi 실행 5. Next 6. 여기서는 Custom 을 선택합니다. ( 기본 설정은 Typical ) 7. 경로 바꾸기 8. Install 9. 설치 중 10. 광고 #1 11. 광고 #2 12. Finish 13. MySQL 설정 시작 14. Detailed Configurati..
원문 : http://gordondickens.com/wordpress/2011/05/20/annotation-reference-for-spring-projects/ Annotations are available for Spring and Java projects. I was unsuccessful in finding a single consolidated set of the annotations. So, I thought “What a great gap to fill.” However, what I thought would be a fairly simple endeavor, turned out to be a rabbit hole of research. Below I have aggregated Spri..
1.Help –> Install New Software… 2. Available Software -> Add -> http://dist.springsource.com/release/TOOLS/update/e3.7 3. 참고 : http://dist.springsource.com/release/TOOLS/composite/e3.7/bookmarks.xml SpringSource Tool Suite Grails Support는 체크를 풀어야 된다라는 메시지 겠죠..
Spring.orghttp://www.springsource.org/ 삼성SDS Anyframe 사이트http://dev.anyframejava.org/docs/anyframe/4.1.0/reference/html/index.html 전자정부프레임워크http://www.egovframe.org/wiki/doku.php?id=egovframework:rtea Interface21http://openframework.or.kr/framework_reference/spring/ver2.x/html/index.html 한국 스프링 사용자 모임 ( KSUG )http://springframework.tistory.com/ JCF 3.0http://wiki.dev.daewoobrenic.co.kr/mediawiki..
Plugin 명 : Spring IDE 2.9.0.RELEASE (Eclipse Marketplace) URL : http://marketplace.eclipse.org/content/spring-ide?mpc=true&mpc_state= 참고 : Plugin 명 : Spring IDE ( Indigo 용 ) URL : http://springide.org/updatesite/ 참고 : http://www.mkyong.com/spring/how-to-install-spring-ide-in-eclipse/ Plugin 명 : SpringSource Update Site for Eclipse 3.7 (Snapshot) URL : http://dist.springsource.com/snapshot/TOOLS/..