Rename spring-statemachine-boot
- spring-statemachine-boot is now spring-statemachine-autoconfigure - Fixes #507
This commit is contained in:
@@ -62,7 +62,7 @@ framework.
|
||||
|spring-statemachine-uml
|
||||
|Support module for UI uml modeling with Eclipse Papyrus.
|
||||
|
||||
|spring-statemachine-boot
|
||||
|spring-statemachine-autoconfigure
|
||||
|Support module for `Spring Boot`.
|
||||
|
||||
|spring-statemachine-bom
|
||||
|
||||
@@ -1438,7 +1438,7 @@ with a machine configuration kept in a database. This sample is using
|
||||
embedded _H2_ database with a _H2 Console_ to ease playing with a
|
||||
database.
|
||||
|
||||
This sample uses `spring-statemachine-boot` which on default
|
||||
This sample uses `spring-statemachine-autoconfigure` which on default
|
||||
auto-configures repositories and entity classes needed for JPA.
|
||||
Thus only `@SpringBootApplication` is needed.
|
||||
|
||||
@@ -1504,7 +1504,7 @@ with persisting machine in a database. This sample is using
|
||||
embedded _H2_ database with a _H2 Console_ to ease playing with a
|
||||
database.
|
||||
|
||||
This sample uses `spring-statemachine-boot` which on default
|
||||
This sample uses `spring-statemachine-autoconfigure` which on default
|
||||
auto-configures repositories and entity classes needed for JPA.
|
||||
Thus only `@SpringBootApplication` is needed.
|
||||
|
||||
|
||||
@@ -1949,7 +1949,7 @@ Check sample <<statemachine-examples-datajpapersist>> for detailed usage.
|
||||
|
||||
[[sm-boot]]
|
||||
== Spring Boot Support
|
||||
Auto-configuration module `spring-statemachine-boot` contains all
|
||||
Auto-configuration module `spring-statemachine-autoconfigure` contains all
|
||||
integration logic with _Spring Boot_ providing functionality i.e. for
|
||||
auto-config and actuators. All what is needed is to have _State
|
||||
Machine_ as part of a boot application together with this library.
|
||||
|
||||
@@ -54,4 +54,5 @@ _Spring Statemachine 2.0_ is focusing on _Spring Boot 2.x_ support.
|
||||
=== In 2.0.0
|
||||
|
||||
* Format of monitoring and trancing has beenn changed <<sm-boot-monitoring>>
|
||||
* Module `spring-statemachine-boot` has been renamed to `spring-statemachine-autoconfigure`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user