spring-boot-api-project-seed icon indicating copy to clipboard operation
spring-boot-api-project-seed copied to clipboard

:seedling::rocket:一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~

Results 106 spring-boot-api-project-seed issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/34395444/42408053-c90cd76a-81f9-11e8-8969-f4701601d4cd.png) 如图,已生成实体和数据驼峰式字段命名不一致。还有就是怎么自定生成@Data注解去替换get/set

在resources/static/放入静态的HTML,但是访问不到

如访问 http://localhost:8080/hello 页面错误为: {"code":404,"message":"接口 [/index] 不存在"} ![redirect](https://user-images.githubusercontent.com/31425351/41574135-bcf53814-73b2-11e8-8935-6cfbffaca4dc.png)

该项目能够支持 MySQL/SQL server 两种关系型数据库,并且 能够选择 使用JPA或者MyBatis ,支持修改 数据库连接池(Druid/HikariCP); 项目地址:https://github.com/wang-y/spring-boot-project-builder.git 在此感谢大神项目!

如表名为t_user,设置去掉前缀标识t_后,生成的代码文件为User

报错信息:"Handler dispatch failed; nested exception is java.lang.AbstractMethodError: com.tsw.web.service.impl.UserServiceImpl.findByUsername(Ljava/lang/String;)Lcom/tsw/web/model/User;" ![default](https://user-images.githubusercontent.com/3862952/40818711-11c7083a-658b-11e8-8ef2-08babec7aac3.png) 在mapper中添加这个方法。 ![default](https://user-images.githubusercontent.com/3862952/40818737-3897b284-658b-11e8-8465-dbf9f124093b.png) 在sevice中调用该方法,报错 ![default](https://user-images.githubusercontent.com/3862952/40818773-62b2966a-658b-11e8-9792-9b591111ac5f.png) 请问下是否配置正确?

实际会配上多数据源的情况,这个项目要怎么改造支持呢?有没有方案?

question

表字段id 是32位UUID,我调用save 报错,sql语句里面并没有INSERT INTO(id ),怎么将id 插进去

建议加上Swagger2

置顶