coral-core

The coral-core project of coral

License

License

GroupId

GroupId

com.github.ft-force
ArtifactId

ArtifactId

coral-core
Last Version

Last Version

0.2.9
Release Date

Release Date

Type

Type

jar
Description

Description

coral-core
The coral-core project of coral

Download coral-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.ft-force/coral-core/ -->
<dependency>
    <groupId>com.github.ft-force</groupId>
    <artifactId>coral-core</artifactId>
    <version>0.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ft-force/coral-core/
implementation 'com.github.ft-force:coral-core:0.2.9'
// https://jarcasting.com/artifacts/com.github.ft-force/coral-core/
implementation ("com.github.ft-force:coral-core:0.2.9")
'com.github.ft-force:coral-core:jar:0.2.9'
<dependency org="com.github.ft-force" name="coral-core" rev="0.2.9">
  <artifact name="coral-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ft-force', module='coral-core', version='0.2.9')
)
libraryDependencies += "com.github.ft-force" % "coral-core" % "0.2.9"
[com.github.ft-force/coral-core "0.2.9"]

Dependencies

compile (9)

Group / Artifact Type Version
org.springframework : spring-context Optional jar
com.fasterxml.jackson.core : jackson-databind jar 2.9.10.7
org.mybatis : mybatis jar 3.5.3
org.slf4j : slf4j-api jar 1.7.29
commons-codec : commons-codec jar 1.11
joda-time : joda-time jar 2.10.5
javax.servlet : javax.servlet-api Optional jar 4.0.1
javax.validation : validation-api Optional jar 2.0.1.Final
org.springframework.boot : spring-boot-starter-data-redis Optional jar 2.1.10.RELEASE

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar 2.1.10.RELEASE

Project Modules

There are no modules declared in this project.

coral-framework

cd ~/repository/github.com/ft-force/coral-framework
mvn deploy
    <build>
        <plugins>
            <plugin>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-maven-plugin</artifactId>
            </plugin>
        </plugins>
    </build>
    <build>
        <finalName>${project.artifactId}</finalName>

        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>appassembler-maven-plugin</artifactId>
                <version>2.1.0</version>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>assemble</goal>
                        </goals>
                    </execution>
                </executions>
                <configuration>
                    <configurationDirectory>conf</configurationDirectory>
                    <configurationSourceDirectory>src/main/resources</configurationSourceDirectory>
                    <copyConfigurationDirectory>true</copyConfigurationDirectory>
                    <includeConfigurationDirectoryInClasspath>true</includeConfigurationDirectoryInClasspath>
                    <repositoryLayout>flat</repositoryLayout>
                    <repositoryName>lib</repositoryName>
                    <encoding>UTF-8</encoding>
                    <useWildcardClassPath>true</useWildcardClassPath>
                    <binFileExtensions>
                        <unix>.sh</unix>
                        <windows>.bat</windows>
                    </binFileExtensions>
                    <assembleDirectory>${project.build.directory}/${project.name}</assembleDirectory>
                    <programs>
                        <program>
                            <mainClass>com.ftf.doc.admin.DocAdminApplication</mainClass>
                            <id>${project.name}</id>
                            <jvmSettings>
                                <extraArguments>
                                    <extraArgument>-Xms1024m</extraArgument>
                                    <extraArgument>-Xmx1024m</extraArgument>
                                    <extraArgument>-Xss512k</extraArgument>
                                </extraArguments>
                            </jvmSettings>
                            <platforms>
                                <platform>windows</platform>
                                <platform>unix</platform>
                            </platforms>
                        </program>
                    </programs>
                </configuration>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-assembly-plugin</artifactId>
                <configuration>
                    <descriptors>
                        <descriptor>assembly/assembly.xml</descriptor>
                    </descriptors>
                </configuration>
                <executions>
                    <execution>
                        <id>make-assembly</id>
                        <phase>package</phase>
                        <goals>
                            <goal>single</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

Versions

Version
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1