springboot

package
v0.3.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	Port int `yaml:"port,omitempty"`
}

Server defines Server properties

type Spring

type Spring struct {
	SpringApplication SpringApplication `yaml:"application,omitempty"`
}

Spring defines Spring properties

type SpringApplication

type SpringApplication struct {
	Name string `yaml:"name,omitempty"`
}

SpringApplication defines SpringApplication properties

type SpringApplicationYaml

type SpringApplicationYaml struct {
	Spring Spring `yaml:"spring,omitempty"`
	Server Server `yaml:"server,omitempty"`
}

SpringApplicationYaml defines SpringApplicationYaml properties

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL