2 Star 0 Fork 0

mirrors_apache/incubator-pekko-http-quickstart-java.g8

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sbt 1006 Bytes
一键复制 编辑 原始数据 按行查看 历史
PJ Fanning 提交于 2024-03-22 14:14 . Pekko becomes TLP (#8)
// This build is for this Giter8 template.
// To test the template run `g8` or `g8Test` from the sbt session.
// See http://www.foundweekends.org/giter8/testing.html#Using+the+Giter8Plugin for more details.
lazy val root = project
.in(file("."))
.enablePlugins(ScriptedPlugin)
.settings(
name := "pekko-http-java-seed.g8",
Test / test := {
val _ = (Test / g8Test).toTask("").value
},
scriptedLaunchOpts ++= List("-Xms1024m", "-Xmx1024m", "-XX:ReservedCodeCacheSize=128m", "-XX:MaxMetaspaceSize=256m", "-Xss2m", "-Dfile.encoding=UTF-8"),
resolvers += Resolver.typesafeIvyRepo("releases")
)
// Documentation for this project:
// sbt "project docs" "~ paradox"
// open docs/target/paradox/site/main/index.html
lazy val docs = project
.in(file("docs"))
.enablePlugins(ParadoxPlugin, PekkoParadoxPlugin)
.settings(
resolvers += Resolver.typesafeIvyRepo("releases"),
pekkoParadoxGithub := Some("https://github.com/apache/pekko-http-quickstart-java.g8")
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_apache/incubator-pekko-http-quickstart-java.g8.git
git@gitee.com:mirrors_apache/incubator-pekko-http-quickstart-java.g8.git
mirrors_apache
incubator-pekko-http-quickstart-java.g8
incubator-pekko-http-quickstart-java.g8
main

搜索帮助