coral-audit-spring-boot-starter

The coral-audit-spring-boot-starter project of coral

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.ft-force
ArtifactId

ArtifactId

coral-audit-spring-boot-starter
Last Version

Last Version

0.2.9
Release Date

Release Date

Type

Type

jar
Description

Description

coral-audit-spring-boot-starter
The coral-audit-spring-boot-starter project of coral

Download coral-audit-spring-boot-starter

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.ft-force : coral-spring-boot-starter jar 0.2.9
org.springframework.boot : spring-boot-starter-web 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.4
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