#
jdk8
Here are 203 public repositories matching this topic...
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
-
Updated
Feb 20, 2020 - Java
Enterprise & production ready SOAP webservices powered by Spring Boot & Apache CXF
webservice
spring-boot
soap
wsdl
spring-boot-starter
xml-schema
cxf
apache-cxf
soap-web-services
jax-ws
soap-services
spring-initializr
jdk8
sei
jdk11
java-configuration
cxf-boot
custom-soap-fault
-
Updated
May 31, 2020 - Java
Java 8 Guides and Tutorials - A lot of awesome examples using Java 8 features like Stream, Lambda, Functional Interface, Date and Time API and much more
java
tutorial
functional-programming
guide
learn-to-code
java8
jdk
java-8
lambda-expressions
parallel-streams
learning-by-doing
stream-api
java-tutorial
jdk8
java8-guides-tutorials
hacking-code
hackingcode
-
Updated
May 28, 2020 - Java
1
oktfolio
commented
Jan 11, 2020
3
一款简单微信小程序个人博客。后端基于SpringBoot实现
-
Updated
Feb 26, 2020 - Java
操作简单的Mongodb图形化web工具,基于Spring Boot2.0,前端采用layerUI实现。
-
Updated
Aug 1, 2019 - Java
Docker images of Java 8/11/14 provided by Oracle
java
docker
ubuntu
alpine
docker-image
centos
oracle
java8
jdk
docker-images
jdk8
java-se
jre
jre8
server-jre
server-jre8
java11
jdk11
java14
jdk14
-
Updated
Apr 20, 2020 - Dockerfile
-
Updated
Dec 20, 2018 - Java
This site is to share the solution of prgramming and quiz assignment given during the Programming In java by Prof. Debasis Samantha on NPTEL.
-
Updated
May 6, 2020
Spring 4 and Hibernate 5 integration example using annotations.
-
Updated
Feb 21, 2018 - Java
bootstrap template for akka-http services
docker
aws
scala
akka
akka-http
microservice
log4j
postgresql
swagger
slick
jdk8
hikaricp
cognito-user-pool
-
Updated
Sep 13, 2017 - Scala
tlinkowski
commented
Aug 22, 2019
Currently, our specs only test if a service is properly registered on classpath ("proper service is registered on classpath"). It's easy to check, because we're testing on classpath only (due to Groovy 2). However, we should find some way to also test if a service is properly registered on modulepath (and generally test everything on modulepath too - should be possible with Groovy 3).
bootstrap template for akka microservices with an graphql endpoint
graphql
aws
scala
akka
akka-http
microservice
log4j
postgresql
graphql-server
flyway
jdk8
hikaricp
cognito-user-pool
sangria-graphql
-
Updated
Aug 13, 2017 - Scala
docker
debian
alpine
docker-image
centos
slim
jlink
java8
alpine-linux
springboot
jdk8
jre8
springboot2
java11
jdk11
jre11
custom-jre
jdk-jlink
-
Updated
Nov 1, 2019 - Dockerfile
graphql
docker
sql
spring-boot
gradle
nosql
maven
swagger-ui
flyway
testng
jwt-auth
jdk8
junit5
elk-stack
jdk11
-
Updated
Jun 1, 2020 - Java
Dynamic Context Dependency Injection
java
dependency-injection
cdi
java-library
dynamic-dependency-injection
jdk8
sven
jdk9
jdk10
ruppert
jdk11
jdk12
-
Updated
Aug 28, 2019 - HTML
Improve this page
Add a description, image, and links to the jdk8 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the jdk8 topic, visit your repo's landing page and select "manage topics."
These shouldn't be hard to implement - all we need is a conversion to some concrete representation. For example, for
LocalDatewe can useCogen[Long].contramap(_.toEpochDay).As for the motivation, cats makes extensive use of
Cogens incats-laws.