摘要: 七、Docker启动tocmat 8 启动容器 $ docker run -it --rm -p 8888:8080 tomcat:8.0 docker run -d --rm -p 8888:8080 tomcat:8.0 浏览器访问: http://IP:port/项目地址 阅读全文
posted @ 2019-05-24 19:58 神码是浮云 阅读(480) 评论(0) 推荐(0) 编辑
摘要: Kotlin开发springboot项目(三) 在线工具 https://www.sojson.com 高阶函数有点和 scale 的类似 forEach,map,flatmap,fold,reduce,filter,takeWhile,let,apply,with,use 领域特定语言DSL 专门 阅读全文
posted @ 2019-05-24 11:02 神码是浮云 阅读(1358) 评论(0) 推荐(0) 编辑
摘要: Kotlin开发springboot项目(二) 中文学习网站: https://www.kotlincn.net/ 研究一下kotlin的demo: https://github.com/JetBrains/kotlin-examples Kotlin 文件以 .kt 为后缀。 包声明 kotlin 阅读全文
posted @ 2019-05-24 11:00 神码是浮云 阅读(4145) 评论(0) 推荐(0) 编辑