Giter VIP home page Giter VIP logo

ent4j-archetype's People

Contributors

banz-ghb avatar

Watchers

 avatar  avatar

ent4j-archetype's Issues

define batch driver on javase

refer to the following sources

jberet-se

https://github.com/jberet/jsr352/blob/master/jberet-se/src/main/java/org/jberet/se/Main.java

jbatchtool-cli

  <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>appassembler-maven-plugin</artifactId>
    <version>1.7</version>
    <configuration>
        <repositoryLayout>flat</repositoryLayout>
        <repositoryName>lib</repositoryName>
        <configurationDirectory>config</configurationDirectory>
        <generateRepository>false</generateRepository>
        <installArtifacts>false</installArtifacts>
        <extraJvmArguments>-Xmx512m -Dlogback.configurationFile=$BASEDIR/config/logback.xml</extraJvmArguments>
        <programs>
          <program>
            <mainClass>org.jbatchtool.cli.RestClientCheckResultAsync</mainClass>
            <id>jbatchtool-cli</id>
            <platforms>
              <platform>unix</platform>
            </platforms>
          </program>
        </programs>
        <binFileExtensions>
          <unix>.sh</unix>
        </binFileExtensions>
        <projectArtifactFirstInClassPath>true</projectArtifactFirstInClassPath>
        </configuration>
        <executions>
          <execution>
            <phase>package</phase>
              <goals>
                <goal>assemble</goal>
              </goals>
          </execution>
        </executions>
  </plugin>
  <plugin>
    <artifactId>maven-assembly-plugin</artifactId>
      <configuration>
        <descriptors>
                    <descriptor>src/main/assembly/descriptor-bin.xml</descriptor>
                </descriptors>
                <archive>
                    <manifestEntries>
                        <Class-Path>config/</Class-Path>
                    </manifestEntries>
                </archive>
            </configuration>
            <executions>
                <execution>
                    <id>make-assembly</id>
                    <phase>package</phase>
                    <goals>
                        <goal>single</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
</plugins>

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.