Aliyun Java Initializr Bug or Suggestion Report
请在这个 issue 中反馈针对 start.aliyun.com 的建议或者意见;
Please submit your suggestions or comments about start.aliyun.com in this issue.
Spring Boot 在前几天发布了2.3.0,但是start.aliyun.com上面还是旧的版本信息,请问什么时候start.aliyun.com会更新到新版本?
Spring Boot 在前几天发布了2.3.0,但是start.aliyun.com上面还是旧的版本信息,请问什么时候start.aliyun.com会更新到新版本?
多谢反馈,本周会完成更新
Spring Boot 在前几天发布了2.3.0,但是start.aliyun.com上面还是旧的版本信息,请问什么时候start.aliyun.com会更新到新版本?
多谢反馈,本周会完成更新
好的.谢谢.
快点更新把
刚看了一下,start.aliyun.com已经更新了.
引入的路径中没有demo
引入的路径中没有demo
Done, it's has been fixed. Actually I remove demo codes about restservice, because of these code not clarity.
Aliyun Java Initializr 有开源出来吗?
gradle 项目 分层架构 里面module还是maven的pom文件

gradle 项目 分层架构 里面module还是maven的pom文件
Copy that, I'll handle it.
Could not find artifact com.alibaba.cola:cola-core:pom:2.0.0 in me (https://maven.aliyun.com/repository/central)
Could not find artifact com.alibaba.cola:cola-core:pom:2.0.0 in me (https://maven.aliyun.com/repository/central)
me too
Could not find artifact com.alibaba.cola:cola-core:pom:2.0.0 in me (https://maven.aliyun.com/repository/central)
Could not find artifact com.alibaba.cola:cola-core:pom:2.0.0 in me (https://maven.aliyun.com/repository/central)
the COLA template has be updated;
Could not find artifact com.alibaba.cola:cola-core:pom:2.0.0 in me (https://maven.aliyun.com/repository/central)
the COLA template has be updated;
建议
能否自定义分层的module呢 一个应用 对应前台(front) 管理后台(admin) 以及共用(common)
foo-parent
- front # 提供接口给H5
- common # dao 和 DO
- admin # 管理后台接口
目前的分层 默认如下
<modules>
<module>demo-api</module>
<module>demo-dao</module>
<module>demo-manager</module>
<module>demo-service</module>
<module>demo-web</module>
<module>start</module>
</modules>
建议
能否自定义分层的module呢 一个应用 对应前台(front) 管理后台(admin) 以及共用(common)
foo-parent - front # 提供接口给H5 - common # dao 和 DO - admin # 管理后台接口目前的分层 默认如下
<modules> <module>demo-api</module> <module>demo-dao</module> <module>demo-manager</module> <module>demo-service</module> <module>demo-web</module> <module>start</module> </modules>
Good idea, I will consider this suggestion.
gradle, 分层架构 父项目是build.gradle 生成的子项目里面都是pom.xml
能否在生成的时候指定发不到阿里云的私服呢,当然也可以是其他的私服
能否在生成的时候指定发不到阿里云的私服呢,当然也可以是其他的私服
Good idea, I will consider this suggestion.
应用架构选择 COLA 下载下来之后,start 模块的 pom 文件存在问题,缺少一级 plugin 节点
<plugins>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<mainClass>com.aliyun.cola.demo.DemoApplication</mainClass>
</configuration>
</execution>
</executions>
</plugins>
需要改成
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>repackage</id>
<goals>
<goal>repackage</goal>
</goals>
<configuration>
<mainClass>com.aliyun.cola.demo.DemoApplication</mainClass>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
应用架构选择
COLA下载下来之后,start 模块的 pom 文件存在问题,缺少一级 plugin 节点<plugins> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> <execution> <id>repackage</id> <goals> <goal>repackage</goal> </goals> <configuration> <mainClass>com.aliyun.cola.demo.DemoApplication</mainClass> </configuration> </execution> </executions> </plugins>需要改成
<plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> <executions> <execution> <id>repackage</id> <goals> <goal>repackage</goal> </goals> <configuration> <mainClass>com.aliyun.cola.demo.DemoApplication</mainClass> </configuration> </execution> </executions> </plugin> </plugins>
done
【Bug Report】
Hi, one bug I have found while using Aliyun Java Initializr(https://start.aliyun.com/) to create Spring Boot project,
here is the bug detail:

【Bug Report】
自动生成的application.properties中,spring.resources.static_locations应该改成spring.resources.static-locations
【Bug Report】 自动生成的
application.properties中,spring.resources.static_locations应该改成spring.resources.static-locations
done
根目录能否加一个readme.md简要说明每个模块的作用
根目录能否加一个readme.md简要说明每个模块的作用
good idea
高级选项中的项目描述,输入着文字光标就跳转到项目名称上去了!
高级选项中的项目描述,输入着文字光标就跳转到项目名称上去了!
already fixed
【Bug Report】 Hi, one bug I have found while using Aliyun Java Initializr(https://start.aliyun.com/) to create Spring Boot project, here is the bug detail:
already fixed
maven项目描述会中文乱码