在assets文件夹中,新建一个css文件,重置样式 global.css html,body{ margin: 0; padding: 0; } * { box-sizing: border-box; } 1. 2. 3. 4. 5. 6. 7. 8. main.js import Vue from 'vue' import App from './App.vue' import store from '@/store' import router from "@/router"; impo...
有公网ip的情况下,可以搭建私有服务器,部署前后端项目进行学习、测试。本文简要讲解实现思路。 零、在云服务器安装jdk1.8(用于跑springboot项目),nginx服务器(用于部署前端vue项目)和mysql5.7.42数据库,具…
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency>--> <!-- springboot整合activemq --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-activemq</artifactId> </dependency> <!-- springboot整...
<groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <scope>runtime</scope> </dependency> <dependency> <...
我们Java后端使用idea开发 vue3前端网站使用vscode软件开发。 大家自行下载这两款软件即可。 一,启动若依的Springboot项目 1-1,去官方下载前后端项目 我们使用idea开发者工具来去若依官网下载官方提供的springboot项目 我们使用前后端分离的版本。 如上图所示,我们拿到下载地址即可。 然后打开idea,如下图所示,使用get fr...
前端是vue,后端是springboot项目如何搭建maxkey单点登录。官网的不确定是那种,示例能提供一下吗? 天山雪豹 创建了任务 4年前 天山雪豹 将关联仓库设置为dromara/MaxKey 4年前 展开全部操作日志 MaxKeyTop 拥有者 4年前 请参照JEECG或者PIG的单点登录集成 3 MaxKeyTop 添加了 question 标签 4年前 ...
Biu,boot和vue的连读而想到的名字。一个基于Spring Boot和Vue的Web开发脚手架,整合和最基础的RBAC权限控制,包括:菜单权限、按钮权限、接口权限。 前端使用vue-cli,后端使用Spring Boot,两个全家桶强强联合。 用简单优雅的方式整合shiro 使用Gradle持续构建特性,开发时修改java代码无需重启 使用vue-element-admin做前端...
一个基于Spring Boot和Vue的Web开发脚手架,整合和最基础的RBAC权限控制,包括:菜单权限、按钮权限、接口权限。 前端使用vue-cli,后端使用Spring Boot,两个全家桶强强联合。 用简单优雅的方式整合shiro 使用Gradle持续构建特性,开发时修改java代码无需重启 使用vue-element-admin做前端模板,摆脱写jQuery的痛苦 多种灵活...
SpringBlade 是一个由商业级项目升级优化而来的微服务架构,采用Spring Boot 3.2 、Spring Cloud 2023 等核心技术构建,完全遵循阿里巴巴编码规范。提供基于React和Vue的两个前端框架用于快速搭建企业级的SaaS多租户微服务平台。 暂无标签 https://bladex.cn Java等 3 种语言 ...
基于SpringBoot搭建的开源个人博客系统,模板引擎使用thymeleaf。项目后台部分采用前后端分离模式开发。前台使用 vue 和 element完成。 www.iszhouhua.com Topics blog java spring-boot vue Resources Readme License Apache-2.0 license Activity Stars 404 stars Watchers 10 watching Forks 102 forks Repo...