-
注解@RestController
@GetMApping("/hello"),新版本的;
@RequestMapping(value="/hello",method = RequestMEthod.GET),旧版本的需要指定请求的方式。
查看全部 -
1.Application中的main方法,看代码中的注解:@SpringBootApplication 项目启动靠这个注解。
2.test目录下:以后写的单元测试代码都放在这里。看注解:@SpringBootTest 和@RunWith(SpringRunner.class)、@Test
查看全部 -
修改maven的setting.xml文件后(在源码的doc文件中有),不需要重启项目,需要如图重新导入
查看全部 -
dsadsa
bdfbdfb
bdfbd111111
查看全部 -
比较快辅导班高考积分兑换
据合肥的会计高回报
不能公开京东方还不够快递费
查看全部 -
打算的的多多sad
查看全部 -
spring 的常用注解真的很方便
查看全部 -
模型接口定义
jpa参数(数据库实体类,id的类型)
查看全部 -
mvc控制注释 和 josn数据返回注释的等式
@Controller @ResponseBody
=
@RestController
查看全部 -
controller使用的注释
查看全部 -
配置注释
@Value("${minMoney}") 单个配置项注释
@Component @ConfigurationProperties(prefix = "limit") (多个配置) 在controller注入配置类使用
查看全部 -
打包生产环境
java -jar -Dspring.profiles.active=prod target/luckymoney.jar
查看全部 -
打包到服务器
mvn clean package
cd target
java -jar target/xxx.jar
查看全部 -
在.m2目录下使用settings-ali.xml替换掉settings.xml
查看全部 -
springboot-data-jpa的实体类需要用的注解:@Entity@Id@GeneratedValue。
都是javax..... jar包里的
查看全部
举报