coral-parent

The parent project of coral

Лицензия

Лицензия

Группа

Группа

com.github.ft-force
Идентификатор

Идентификатор

coral-parent
Последняя версия

Последняя версия

0.2.9
Дата

Дата

Тип

Тип

pom
Описание

Описание

coral-parent
The parent project of coral
Ссылка на сайт

Ссылка на сайт

https://github.com/ft-force/coral-framework
Система контроля версий

Система контроля версий

https://github.com/ft-force/coral-framework

Скачать coral-parent

Имя Файла Размер
coral-parent-0.2.9.pom 8 KB
Обзор

Как подключить последнюю версию

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.1.10.RELEASE

Модули Проекта

  • coral-all
  • coral-core
  • coral-spring-boot-starter
  • coral-audit-spring-boot-starter
  • coral-masking-spring-boot-starter
  • coral-lock-spring-boot-starter
  • coral-validation-spring-boot-starter
  • coral-auth-spring-boot-starter
  • coral-generator
  • coral-admin-spring-boot-starter

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>

Версии библиотеки

Версия
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