1416 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results tagged Spring 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
  • Spring Boot DataSourceBuilder tutorial - building datasource with DataSourceBuilder in Spring Boot

    Exemple avec HikariCP et H2DB.

    Tue Sep 15 14:03:21 2020 * - permalink -
    QRCode
    - http://zetcode.com/springboot/datasourcebuilder/
    Boot DataSource H2DB HikariCP Spring
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