SpringBoot-vue icon indicating copy to clipboard operation
SpringBoot-vue copied to clipboard

A example demo base SpringBooot with vueJS2.x + webpack2.x as Java full stack web practice

Results 33 SpringBoot-vue issues
Sort by recently updated
recently updated
newest added

看你这个框架还不错,我没用过sqlite,想问下怎么初始化数据库? 没装过sqlite数据库,但运行怎么不报错?

![image](https://user-images.githubusercontent.com/30722800/45870427-6ffb2a00-bdbd-11e8-949c-8e9ac7afc89a.png)

2018-05-25 10:14:05.904 ERROR 7880 --- [ main] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed;...

There is no object of PersonsRepository,there has an error "NullPointerException" occur when run your test.why don`t have a object of PersonsRepository ?

菜鸟想问一下 DbFilterinput.vue 里面的一行代码的作用: ```javascript filterResultData: _.debounce( function () { this.$axios.get("http://127.0.0.1:8000/api/persons", { params: { sex: this.formInline.sex, email: this.formInline.email, } }).then((response) => { response.data['sex'] = this.formInline.sex; response.data['email'] = this.formInline.email; Bus.$emit('filterResultData', response.data); //...

怎么只能分2页 改成一页3条数据 还是只能分2页 第3页显示的是第二页的数据 ?

element ui能不能换成2.0呢

使用java -jar springboot_vue-0.0.1-SNAPSHOT.jar时命令行停止了,不能继续输入命令。 com.boylegu.springboot_vue.App .started app in 12.257s