We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
시도해 볼 다른 방법 정리
<dependency></dependency>
<scope></scope>
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-tomcat</artifactId> <scope>provided</scope> </dependency>
provided scope는 배포에서 제외됩니다. 이 scope를 지워서 배포에 포함시켜야, CentOS 서버에서 변경한 Tomcat 설정이 적용될 것 같습니다.
The text was updated successfully, but these errors were encountered:
이거 시도해 봐야겠네요. 😄
Sorry, something went wrong.
바쁜게 정리되는대로, 모여서 다시 배포하고 테스트 해봅시다 👍
No branches or pull requests
시도해 볼 다른 방법 정리
<dependency></dependency>
에서<scope></scope>
문제일 가능성이 있습니다.provided scope는 배포에서 제외됩니다.
이 scope를 지워서 배포에 포함시켜야, CentOS 서버에서 변경한 Tomcat 설정이 적용될 것 같습니다.
The text was updated successfully, but these errors were encountered: