Gelin Luo

Results 184 comments of Gelin Luo

Hi @java4devgmail Apologize that I am late on this work as I am working hard to getting 1.8.20 release out. I will come up with the demo app immediately after...

Hi @java4devgmail , Here is the sample project: https://github.com/act-gallery/bookmark

Note I don't have the database schema defined in the sample project, rather I use the domain model class to generate the schema in the database. By default it is...

没法重现. 测试项目: https://github.com/actframework/actframework/tree/1.8/testapps/GH1304 代码: ```java package actissue; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity(name = "author") public class Author { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) public int id; public...

@scofier please report the ActFramework version.

@scofier what's the java version? And how do you run it in vscode? Do you have any issue if run the app from command line (`mvn compile act:run`) or other...

@dsun9 please try this one: https://github.com/act-gallery/bookmark

actually @dsun9 where did you get simple-crud-service project? I tried the one at https://github.com/act-gallery/simple-crud-service and I don't have the issue when running `./test`: ![image](https://user-images.githubusercontent.com/216930/79626331-b881f180-8172-11ea-8ba8-3bf22bd7360b.png) I just did a version update...

@dsun9, it might be the case, mvn is trying to download dependencies and you literally prevent that from happening.

@jiankian 你有向 beetl 项目求助吗?这个感觉和 Act 没有太大关系啊