coral-spring-boot-starter

The coral-spring-boot-starter project of coral

Лицензия

Лицензия

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

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

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

coral-spring-boot-starter
Последняя версия

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

0.2.9
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать coral-spring-boot-starter

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
com.github.ft-force : coral-core jar 0.2.9
org.springframework.boot : spring-boot jar 2.1.10.RELEASE
org.springframework.boot : spring-boot-autoconfigure-processor jar 2.1.10.RELEASE
org.springframework.boot : spring-boot-starter-actuator jar 2.1.10.RELEASE

test (1)

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

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

Данный проект не имеет модулей.

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.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