Admin-SpringBoot+Maven 다 중 시작 환경 설정 인 스 턴 스 상세 설명

1:부모 pom.xml 파일 resources 디 렉 터 리 에 지정 한 폴 더 를 새로 만 들 고 Spring 프로필 을 저장 합 니 다.

<profiles>
  <profile>
    <id>dev</id>
    <properties>
      <profiles.active>dev</profiles.active>
    </properties>
    <activation>
      <activeByDefault>true</activeByDefault>
    </activation>
  </profile>
  <profile>
    <id>telework</id>
    <properties>
      <profiles.active>telework</profiles.active>
    </properties>
  </profile>
  <profile>
    <id>sit</id>
    <properties>
      <profiles.active>sit</profiles.active>
    </properties>
  </profile>
  <profile>
    <id>pre</id>
    <properties>
      <profiles.active>pre</profiles.active>
    </properties>
  </profile>
  <profile>
    <id>prod</id>
    <properties>
      <profiles.active>prod</profiles.active>
    </properties>
  </profile>
</profiles>
2:application.properties

######################### server ###################
server.servlet.context-path=/i-admin-api
server.port=10086
[email protected]@
Admin-SpringBoot+Maven 다 중 시작 환경 설정 인 스 턴 스 에 대한 자세 한 설명 은 여기까지 입 니 다.더 많은 SpringBoot+Maven 환경 설정 내용 은 저희 의 이전 글 을 검색 하거나 아래 의 관련 글 을 계속 찾 아 보 세 요.앞으로 많은 응원 부 탁 드 리 겠 습 니 다!

좋은 웹페이지 즐겨찾기