일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Source
- Open Source
- Thymeleaf
- Exception
- MySQL
- ubuntu
- oracle
- 오픈소스
- MSSQL
- IntelliJ
- maven
- STS
- Core Java
- 문서
- myBatis
- git
- PostgreSQL
- Python
- Spring Boot
- spring
- Eclipse
- Tomcat
- Docker
- JDBC
- JavaScript
- AJAX
- jpa
- 설정
- SpringBoot
- error
- Today
- Total
목록sample (2)
헤르메스 LIFE
MongoDB에 공개 프로그램을 제공하는 줄 몰랐네요. 그중 Compass 라는 GUI Tool을 다운 받았습니다. https://www.mongodb.com/try/download/compass Try MongoDB Tools - Download Free Here Free download for MongoDB tools to do more with your database. MongoDB Shell, Compass, CLI for Cloud, BI Connector and other database tools available. www.mongodb.com Compass 프로그램을 실행시킵니다. 싱글파일입니다. 실행하고 연결하면 됩니다. 실행된 모습입니다. spring 이라는 Database 를 생성하..
개발환경 Spring Boot 2.2.4 JDK 1.8.0_202 REST Postman : REST Client 목표 1. Spring Boot REST 환경 import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import javax.annotation.PostConstruct; import java.util.TimeZone; @SpringBootApplication public class Application { @PostConstruct void init() { TimeZone.setDefault(TimeZone.getTimeZone("U..