Polish newline at end of file
This commit is contained in:
parent
d09805fd75
commit
460ca75fce
|
|
@ -18,3 +18,4 @@
|
|||
* {@code @Condition} annotations and supporting classes.
|
||||
*/
|
||||
package org.springframework.boot.actuate.condition;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Auto-configuration for admin-related features.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.admin;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Auto-configuration for the cache abstraction.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.cache;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Auto-configuration for the Spring context.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.context;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Auto-configuration for Hazelcast.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.hazelcast;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Auto-configuration for JOOQ.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.jooq;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Auto-configuration for transaction suport.
|
||||
*/
|
||||
package org.springframework.boot.autoconfigure.transaction;
|
||||
|
||||
|
|
|
|||
|
|
@ -18,3 +18,4 @@
|
|||
* Spring Boot configuration meta-data parser.
|
||||
*/
|
||||
package org.springframework.boot.configurationmetadata;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue