SpringBootTools

mill.javalib.spring.boot.worker.SpringBootTools
trait SpringBootTools extends AutoCloseable

Attributes

Source
SpringBootTools.scala
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def findSpringBootApplicationClass(classesPath: Seq[Path]): Either[String, String]

Find a SpringBootApplication entry point.

Find a SpringBootApplication entry point.

Attributes

Source
SpringBootTools.scala
def repackageJar(dest: Path, base: Path, mainClass: String, libs: Seq[Path], assemblyScript: Option[String])(using ctx: TaskCtx): Unit

Attributes

Source
SpringBootTools.scala

Inherited and Abstract methods

def close(): Unit

Attributes

Inherited from:
AutoCloseable