1416 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
1 results tagged Fatjar x
  • java - How to create fat jar with all dependencies for spring application - Stack Overflow

    Ajouter dans la balise build le plugin spring-boot-maven-plugin ainsi :

    <build>
      ...
      <plugins>
        ...
        <plugin>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-maven-plugin</artifactId>
          <version>2.3.3.RELEASE</version> // or your version
          <executions>
            <execution>
              <goals>
                <goal>repackage</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
        ...
      </plugins>
      ...
    </build>
    Thu Sep 24 01:50:36 2020 - permalink -
    QRCode
    - https://stackoverflow.com/questions/59350847/how-to-create-fat-jar-with-all-dependencies-for-spring-application/59351830#59351830
    Fatjar Maven Plugin Spring SpringBoot
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation