yangyuscript
yangyuscript
执行指令:mvn clean spring-boot:run 或者IDE中运行你的application类 ###application.properties放在resource文件夹下(一下是application.propertites的内容) spring.datasource.url=jdbc:mysql://localhost:3306/db_appapidemo spring.datasource.username=root spring.datasource.password=root spring.datasource.driver-class-name=com.mysql.jdbc.Driver #实体类扫描包 mybatis.type-aliases-package=com.lin.appapidemo.model #Mapper.xml文件扫描目录 mybatis.mapper-locations=classpath:mapper/*.xml #驼峰命名 mybatis.configuration.map-underscore-to-camel-case=true #tkmapper工具类 mapper.mappers=com.lin.appapidemo.util.MyMapper mapper.not-empty=false mapper.identity=MYSQL #pagehelper.helperDialect=mysql #pagehelper.reasonable=true #pagehelper.support-methods-arguments=true #pagehelper.params=count=countSql #spring-boot连接单机版Redis的配置如下: #REDIS(RedisProperties) #Redis数据库索引(默认为0) spring.redis.database=0 #Redis服务器地址 spring.redis.host=your ip...
按照appapidemo/src/main/java/com/lin/appapidemo/model/shixun/这个路径下的domain建表即可
放弃eclipse,使用idea
可以,但是myeclipse得折腾下,建议idea
不需要服务器,本地完全可以跑起来的,但是前提是你仔细看看readme里面的东西呀。这个项目前后台分离,所以你现在的项目是后端,前端的地址是这个https://github.com/yangyuscript/Vue-iView-demo。所有的启停操作都在readme里,请你仔细阅读哈
数据库脚本再前端的项目里哦
这个文件就用你下载下来的就行,至于后端的话,需要maven去下载jar
遇到问题要多思考,实在看不出问题再百度,然后再问别人,你已经快成功了。
你的类引入的正确吗?建议切换到idea ------------------ 原始邮件 ------------------ 发件人: "yangyuscript/appapidemo" ***@***.***>; 发送时间: 2021年5月18日(星期二) 晚上8:55 ***@***.***>; ***@***.***>; 主题: [yangyuscript/appapidemo] 为什么找不到这些方法 (#8) — You are receiving this because you are subscribed to this thread. Reply to this email directly, view...
springboot后台配置cros,vue-resource发起的http请求,应该是这样的 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: draksword ***@***.***> 发送时间: 2021年6月2日 21:49 收件人: yangyuscript/appapidemo ***@***.***> 抄送: yangyuscript ***@***.***>, Comment ***@***.***> 主题: 回复:[yangyuscript/appapidemo] 为什么找不到这些方法 (#8)