250x250
Notice
Recent Posts
Recent Comments
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- 설정
- Exception
- Docker
- Eclipse
- Spring Boot
- 문서
- Python
- MySQL
- JDBC
- STS
- maven
- 오픈소스
- SpringBoot
- MSSQL
- Open Source
- IntelliJ
- git
- myBatis
- error
- Source
- AJAX
- JavaScript
- Tomcat
- jpa
- ubuntu
- oracle
- Core Java
- PostgreSQL
- Thymeleaf
- spring
Archives
- Today
- Total
목록WebServerFactoryCustomizer (1)
헤르메스 LIFE
내장 Tomcat 의 Port 번호를 변경하는 방법 여러가지 입니다. 정리 해 둡니다. 1, 설정파일 변경 ( 가장 쉬움 ) application.properties #Server port server.port=8081 application.yml #Server port server: port: 9091 2, 프로그램 환경 설정 2-1. DefaultProperties 설정 package simple.spring; import java.util.Collections; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.spr..
Spring Boot Framework
2023. 1. 29. 10:27