1.下载扩展包 composer require caouecs/laravel-lang:~3.0 2.下载完成之后在根目录下的vendor中caouces\src下就是语言的扩展包 2.1我们复制zh-CN的语言包放在\resources\lang中然后再\config\app.php的'loc ...
分类:
其他好文 时间:
2020-02-21 14:39:35
阅读次数:
73
静态资源和模板引擎 静态资源默认存放在resources下的public, resources, static目录, 而且同名优先级比较resources static public 在静态资源目录中的index.html会成为首页 templates目录下的所有页面只能通过controller来跳 ...
分类:
其他好文 时间:
2020-02-21 09:57:08
阅读次数:
105
https://xiulian.blog.csdn.net/article/details/88080765 https://cloud.tencent.com/developer/news/397399 https://www.cnblogs.com/shiyongge/p/10582552.ht ...
分类:
编程语言 时间:
2020-02-20 21:50:36
阅读次数:
290
1.创建spring boot集成mybatis请见 2.在resources目录下新键mybatis-generator文件夹,并在文件夹中新键mybatis-generatorConfig.xml文件和mybatis-generatorinit.properties两个文件 mybatis-ge ...
分类:
移动开发 时间:
2020-02-20 17:05:36
阅读次数:
85
前言 spring-boot 支持多种模版引擎包括: 1,FreeMarker 2,Groovy 3,Thymeleaf (Spring 官网使用这个) 4,Velocity 5,JSP (貌似Spring Boot官方不推荐,STS创建的项目会在src/main/resources 下有个temp ...
分类:
编程语言 时间:
2020-02-20 13:04:03
阅读次数:
93
Springboot需要使用thymeleaf模板引擎来编写前端页面,代替了SSM中的JSP controller的return页面的路径,默认为resources下的template 查看thymeleaf的配置文件,在template下默认使用.html页面 thymeleaf的语法: 获取后端 ...
分类:
其他好文 时间:
2020-02-19 15:19:02
阅读次数:
61
配置文件编译问题:扫描包的问题 和 编译字符编码问题 和编译器版本1.5问题<build > <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</includ ...
分类:
其他好文 时间:
2020-02-19 15:06:14
阅读次数:
66
注意此篇文章接上篇:K8s之Pod资源管理及创建Harbor私有镜像仓库https://blog.51cto.com/14464303/2471369一、资源限制:pod和container的资源请求和限制:spec.containers[].resources.limits.cpu#cpu上限spec.containers[].resources.limits.memory#内存上限spec.c
分类:
其他好文 时间:
2020-02-18 23:18:41
阅读次数:
100
GPS平台、网站建设、软件开发、系统运维,找森大网络科技!http://cnsendnet.taobao.com来自森大科技官方博客http://www.cnsendblog.com/index.php/?p=405 我们在编程的时候,有时会使用多线程来解决问题,比如你的程序需要在后台处理一大堆数据 ...
分类:
编程语言 时间:
2020-02-18 18:19:44
阅读次数:
106
IDEA 利用 Mybatis 使用 maven 命令生成逆向工程 数据库建表 在本地的数据库建立表,然后利用 Mybatis 使用 maven 命令生成逆向工程。 本地使用 maven 建立一个项目 maven 建立项目,pom.xml 文件配置如下: 建立配置文件 resources 目录下建立 ...
分类:
其他好文 时间:
2020-02-18 09:59:35
阅读次数:
90