일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Docker
- 오픈소스
- Tomcat
- Python
- spring
- JavaScript
- Spring Boot
- Core Java
- Exception
- ubuntu
- AJAX
- MSSQL
- error
- 설정
- oracle
- IntelliJ
- git
- Source
- SpringBoot
- myBatis
- maven
- Open Source
- JDBC
- Thymeleaf
- jpa
- 문서
- PostgreSQL
- Eclipse
- STS
- MySQL
- Today
- Total
목록PostgreSQL (18)
헤르메스 LIFE

AWS에 외부 접속 가능한 Database 를 설정해 봤습니다. 모자이크가 많습니다. 소문에 이런 정보 오픈되면, 과금이 된다고 합니다. +_+;; https://hermeslog.tistory.com/671 AWS 서버 구축하기 #1 - AWS 가입 공부를 위해 AWS 에 가입 해 봤습니다. AWS는 12개월동안 프리티아 계정(무료계정) 사용이 가능합니다. https://aws.amazon.com/ko/free 무료 클라우드 컴퓨팅 서비스 - AWS 프리 티어 Q: AWS 프리 티어란 무엇 hermeslog.tistory.com https://hermeslog.tistory.com/672 AWS 서버 구축하기 #2 - AWS 서버 생성 공부를 위해 AWS 에 가입 해 봤습니다. https://herme..

Spring 개발환경을 갑자기 구축하려고 하다보니, 막막합니다. 하나 하나 구축해 보겠습니다 개발환경 Spring 4.3.30.RELEASE MAVEN 3.8.4 Logback 1.2.9 commons-fileupload 1.4 commons-io 2.6 commons-dbcp 1.4 postgresql driver 42.5.0 pom.xml 4.0.0 SimpleSpring4 SimpleSpring4 0.0.1-SNAPSHOT war SimpleSpring4 Simple Spring4 4.3.30.RELEASE 1.7.30 1.2.9 org.springframework spring-context ${springframework.version} commons-logging commons-logging o..

개발환경 Eclipse Java EE IDE for Web Developers ( Eclipse IDE Neon 3 Packages x64 ) PostgreSQL 14.1 Tomcat 8.5.81 JDK 1.8.0_202 %CATALINA_HOME%/conf/server.xml WebContent\META-INF\context.xml WebContent\WEB-INF\web.xml jdbc/SpringDB javax.sql.DataSource Container DBtest.jsp 이름직업 http://localhost:8080/JNDITest/DBtest.jsp 참고 https://hermeslog.tistory.com/359 [Tomcat] Tomcat에서의 JNDI JDBC 설정 #1 필수 라이브러리..

개발환경 Eclipse Java EE IDE for Web Developers ( Eclipse IDE Neon 3 Packages x64 ) Spring 3.2.14 Maven 3.8.6 MyBastis 3.1.1 PostgreSQL 14.1 Tomcat 8.5.81 JDK 1.8.0_202 DBCP + MyBatis 를 이용한 PostgreSQL 접속 방법 context-common.xml context-datasource.xml context-mapper.xml classpath*:spring/simple/test/sample/**/dao/*Mapper.xml context-transaction.xml mybatis-config-base.xml http://localhost:9090/sample-s..
개발환경 1. STS 버전 : 4.13.1 2. JDK 버전 : OpenJDK 11.0.14_9_x64 3. Tomcat 버전 : 9.0.56 4. Maven 버전 : 3.8.4 5. Spring 버전 : Spring Boot 2.6.3 6. Database : Docker 에 DB 설치 - primary - PostgreSQL 13.3 8. lombok PostgreSQL 연결하기 - Docker 를 이용한 PostgreSQL 설치 https://hermeslog.tistory.com/541 [SpringBoot] PostgreSQL 연결하기 IDE : IntelliJ JDK : OpenJDK 11 Framework : Spring Boot 2.5.2 Database : PostgreSQL 최신버전 (..

목표 : 1. DB 정보를 파일정보로 관리합니다. - 여러개의 DB 정보를 갖을 수 있습니다. 2. 파일정보에서 DB정보를 읽어 셋팅합니다. 3. DB 접속 테스트를 수행합니다. 4. 접속되면, 성공 메시지를 보여주고, 팝업이 닫습니다. 1. New Window 버튼을 클릭하면 Database 선택 팝업이 오픈( Modal 창입니다. )됩니다. 2. Database 를 선택합니다. 3. Database를 선택하면, DB 설정 파일을 읽어서 정보를 셋팅합니다. 4. 확인을 클릭하면, 접속 테스트를 수행합니다. 접속 테스트 시 필수입력 체크를 합니다. 5. 접속 테스트를 성공하면, 성공메시지를 보여주고, 창을 닫습니다. import tkinter as tk from tkinter import ttk from..
https://hermeslog.tistory.com/541?category=302344 [SpringBoot] PostgreSQL 연결하기 IDE : IntelliJ JDK : OpenJDK 11 Framework : Spring Boot 2.5.2 Database : PostgreSQL 최신버전 ( 라이센스도 소스공개의무도 없음 ) 첨부파일이 MySqlRunner 로 되어있는데.. MySQL 접속테스트 중 소스만 바.. hermeslog.tistory.com import psycopg2 as psycopg2 conn = None try: # read connection parameters # connect to the PostgreSQL server print('Connecting to the Pos..
개발환경 IDE : IntelliJ Framework : Spring 2.5.2 + MyBatis Database : Docker 에 DB 설치 - primary - PostgreSQL 13.3 - secondary - Maria DB 10.6.3 lombok 4.0.0 org.springframework.boot spring-boot-starter-parent 2.5.2 com.multi.db MultiDatabase 0.0.1-SNAPSHOT MultiDatabase Demo project for Spring Boot 11 org.springframework.boot spring-boot-starter-jdbc org.springframework.boot spring-boot-starter-web o..