# springboot-jeesite **Repository Path**: mcpu/springboot-jeesite ## Basic Information - **Project Name**: springboot-jeesite - **Description**: jeesite1.x SpringBoot版本 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-11-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Jeesite 1.x    SpringBoot版本
  • 1:运行主类 com.springboot.jeesite.springbootJeesiteDriver http://127.0.0.1:8080/admin/login application.yml 里面配置了adminPath , 127路径中的可以修改
  • 2:砍掉了所有的冗余的东西,只保留系统配置和代码生成工具 数据库脚本 springboot-jeesite.sql
  • 3:使用springboot集成 使用HikariDataSource数据源
  • 4:mvn install 打包运行 java -jar springboot-jeesite-1.0.0-SNAPSHOT.war
  • 5:如果使用外置的配置文件,在启动参数添加 java -jar --spring.config.location=./application.yml springboot-jeesite-1.0.0-SNAPSHOT.war
  • 6:由于boot对jsp的集成问题 只能用tomcat 和jetty 启动,undertow 有问题