net stop redis net stop mysql # 1.配置host # jeecgboot 127.0.0.1 jeecg-boot-redis 127.0.0.1 jeecg-boot-mysql 127.0.0.1 jeecg-boot-system # 2.修改项目配置文件 application.yml active: dev # 3.修改application-dev.yml文件的数据库和redis链接 修改数据库连接和redis连接,将连接改成host方式 # 4....
E:\rtools\develop\nginx-1.20.1\nginx.exe 运行后访问如图所示说明配置OK 通过jeecg-boot-parent打包项目;jeecg-boot-module-system作为启动项目。 首先执行下jeecg-boot-parent的install 操作 然后maven package 打jar包 Jar如图所在位置 通过命令启动项目 Window启动命令: java -jar D:\ jeecg-boot-module-system...
import org.jeecg.common.util.oConvertUtils; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; impo...