@Configuration相关
获取参数,一般参数写在resource目录下的application.properties文件下,当参数过多需 […]
获取参数,一般参数写在resource目录下的application.properties文件下,当参数过多需 […]
vi /etc/sysctl.conf //找到设置文件,设置其中的net.ipv4.ip_forward=1 […]
在使用IDE对JAVA项目导出为JAR包之后,JAR包被引用是报该错误,原因可能是log4j的版本问题。 ja […]
create table tq_sport_search_jie_yao as select * from x […]
@Query可以通过nativeQuery属性控制执行HQL或SQL。 这里只说HQL 在From 子句中像定 […]
<div id="app-10"> <p>Original message: "{{ […]
<!-- 简单输出,会随模型中的值变化 --> <span>Message: {{ m […]
<!DOCTYPE html> <html> <head> <met […]
限制数量 top first findFirst10ById() findTop30ById& […]
在Spring中使用@Scheduled注解设置方法定时执行。 在对应的类上加@EnableSchedulin […]