One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
import cats.effect | |
import scalaz.zio._ | |
import scalaz.zio.interop.catz._ | |
import org.http4s._ | |
import org.http4s.dsl.io._ | |
import org.http4s.implicits._ | |
import org.http4s.server.Router | |
import org.http4s.server.blaze.BlazeServerBuilder | |
import scalaz.zio.clock.Clock |
import cats.effect.{ContextShift, IO, Resource, Timer} | |
import com.twitter.finagle.{Http, ListeningServer, Service} | |
import com.twitter.finagle.http.{Request, Response} | |
import com.twitter.server.TwitterServer | |
import com.twitter.util.Future | |
import io.finch.Endpoint | |
import io.finch.internal.ToEffect | |
import java.util.concurrent.CountDownLatch | |
import scala.concurrent.ExecutionContext |
SPC | |
SPC: find file | |
, switch buffer | |
. browse files | |
: MX | |
; EX | |
< switch buffer | |
` eval | |
u universal arg | |
x pop up scratch |
// org.springframework.cloud:spring-cloud-starter-oauth2 | |
// org.springframework.boot:spring-boot-starter-data-jpa | |
// com.h2database:h2 | |
// redefine: spring-security.version == 4.1.0.RELEASE | |
package com.example; | |
import org.springframework.beans.factory.annotation.Autowired; | |
import org.springframework.boot.CommandLineRunner; | |
import org.springframework.boot.SpringApplication; | |
import org.springframework.boot.autoconfigure.SpringBootApplication; |