Decapo01
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 7
-
创建于 Muliti Project or Module guide
已回答How do I create a Multi project or Multi module project similar to a Solution and class library in visual studio with intellij and gradle? I'd like to create a Class library in kotlin and share it... -
创建于 How to connect to h2 browser with the Play Framework Application Run/Debug Configuration
已回答How do I connect to the h2 browser for the in memory database when I run or debug my Play app from the Run/Debug configuration tool? -
已编辑于 After upgrading to 2018.1 there are no more compile errors or problems in Play framework Projects
已回答After upgrading to idea 181 I no longer see compile errors for my play projects. Does anyone know how to help get them back? -
创建于 Cannot Set SQL Dialect
已回答I've set my slq dialect multiple times for a project but I does not take. Intellij keeps telling me SQL dialect is not configured. Even after clicking on the light bulb and setting it multiple times -
创建于 webstorm "Error: path to the Dart SDK is not specified"
Trying to start a dart project and this is the error i get. What do I need to do to get dart running. -
创建于 Unrecognized option: -Xmax-classfile-name=128
I'm using scala on an encrypted hard rive on ubuntu and I usually run sbt with the -Xmax-classfile-name=128 option however when I attempt to run this with intellij's play 2 configuration I receive ... -
创建于 How to run and debug a multi project Play Scala.js project
I've been working with a Play Scala.js project that's split into multiple projects. The layout is here https://github.com/Algomancer/Full-Stack-Scala-Starter. I'd like to debug the play applicati...