technology logo
technology logo

Spring Boot Application Deployment

share link

by srajass23 dot icon Updated: Jan 13, 2023

Solution Kit Solution Kit  

This is spring boot library which is used to service registry

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-security</artifactId>
</dependency>

<dependency>
    <groupId>org.springframework.security.oauth</groupId>
    <artifactId>spring-security-oauth2</artifactId>
</dependency>

<!-- Cloud -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-cloudfoundry-connector</artifactId>
</dependency>

<!-- Web -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
    <groupId>javax.ws.rs</groupId>
    <artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
    <groupId>org.apache.cxf</groupId>
    <artifactId>cxf-rt-frontend-jaxrs</artifactId>
</dependency>
<dependency>
    <groupId>com.fasterxml.jackson.jaxrs</groupId>
    <artifactId>jackson-jaxrs-json-provider</artifactId>
</dependency>

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aspects</artifactId>
</dependency>
<!-- Util -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-configuration-processor</artifactId>
    <optional>true</optional>
</dependency>
<dependency>
    <groupId>commons-io</groupId>
    <artifactId>commons-io</artifactId>
</dependency>
<dependency>
    <groupId>commons-codec</groupId>
    <artifactId>commons-codec</artifactId>
</dependency>
<dependency>
    <groupId>javax.inject</groupId>
    <artifactId>javax.inject</artifactId>
</dependency>

<!-- ASCII Doc -->
<dependency>
    <groupId>org.springframework.restdocs</groupId>
    <artifactId>spring-restdocs-mockmvc</artifactId>
    <version>${spring-restdocs.version}</version>
    <scope>test</scope>
</dependency>

<!-- Test -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-test</artifactId>
    <scope>test</scope>
</dependency>
Java doticonstar image 15192 doticonVersion:Currentdoticon
no licences License: No License (null)

&quot;Spring Boot Basic Tutorial&quot;, version 2.x continues to be serialized! Click the link below to go directly to the tutorial directory!

Support
    Quality
      Security
        License
          Reuse

            SpringBoot-Learningby dyc87112

            Java doticon star image 15192 doticonVersion:Currentdoticonno licences License: No License

            "Spring Boot Basic Tutorial", version 2.x continues to be serialized! Click the link below to go directly to the tutorial directory!
            Support
              Quality
                Security
                  License
                    Reuse

                      litemallby linlinjava

                      Java doticonstar image 18052 doticonVersion:v1.8.0doticon
                      License: Permissive (MIT)

                      Another little mall. litemall = Spring Boot backend + Vue administrator frontend + WeChat applet user frontend + Vue user mobile terminal

                      Support
                        Quality
                          Security
                            License
                              Reuse

                                litemallby linlinjava

                                Java doticon star image 18052 doticonVersion:v1.8.0doticon License: Permissive (MIT)

                                Another little mall. litemall = Spring Boot backend + Vue administrator frontend + WeChat applet user frontend + Vue user mobile terminal
                                Support
                                  Quality
                                    Security
                                      License
                                        Reuse

                                          Deployment Information

                                          This deployment instruction for spring boot application

                                          1.Service Registry

                                          2.Service Discovery

                                          spring-boot-adminby codecentric

                                          Java doticonstar image 11727 doticonVersion:3.0.4doticon
                                          License: Permissive (Apache-2.0)

                                          Admin UI for administration of spring boot applications

                                          Support
                                            Quality
                                              Security
                                                License
                                                  Reuse

                                                    spring-boot-adminby codecentric

                                                    Java doticon star image 11727 doticonVersion:3.0.4doticon License: Permissive (Apache-2.0)

                                                    Admin UI for administration of spring boot applications
                                                    Support
                                                      Quality
                                                        Security
                                                          License
                                                            Reuse

                                                              See similar Kits and Libraries