mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-27 14:45:54 +08:00
Fix typos in changelog
This commit is contained in:
@@ -13,13 +13,13 @@ description of the service instead of the raw meta-data. curl users can still di
|
||||
by setting the appropriate Accept header.
|
||||
* https://github.com/spring-io/initializr/issues/65[#65]: project archives generated by the web UI now contain
|
||||
a base directory equals to the `artifactId`. By default, no base directory gets created if the project is
|
||||
generated by another means; use the new `baseDir` to control that behaviour.
|
||||
* https://github.com/spring-io/initializr/issues/46[#46]: projects generated against Spring 1.2+ are using the
|
||||
new `@SpringBootApplication`
|
||||
generated by another means; use the new `baseDir` parameter to control that behaviour.
|
||||
* https://github.com/spring-io/initializr/issues/46[#46]: projects generated against Spring Boot 1.2+ are
|
||||
using the new `@SpringBootApplication`
|
||||
* https://github.com/spring-io/initializr/issues/64[#64]: Groovy-based projects are now working properly with
|
||||
Java 8; update Groovy compiler to 2.3
|
||||
Java 8; upgrade Groovy compiler to 2.3
|
||||
* https://github.com/spring-io/initializr/issues/60[#60]: the name of the application is now generated against
|
||||
the `name` property. As a result the new default name is now `DemoApplication` instead of `Application`. If the
|
||||
the `name` property. As a result the new default name is `DemoApplication` instead of `Application`. If the
|
||||
specified name contains invalid java identifier character, `Application` is used as a fallback
|
||||
* https://github.com/spring-io/initializr/issues/52[#52]: the home page now shows a reference to the Github project
|
||||
* Move the `<properties>` section of the pom higher so that it has a better visibility
|
||||
|
||||
Reference in New Issue
Block a user