All Projects → srpraneeth → SpringsScala

srpraneeth / SpringsScala

Licence: other
Sample Projects for Creating Springs Web services in Scala

Programming Languages

scala
5932 projects
shell
77523 projects
Batchfile
5799 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to SpringsScala

Keyist-Ecommerce
🔑 A simple ecommerce site powered with Spring Boot + Angular 10 + Ngrx + OAuth2
Stars: ✭ 220 (+1275%)
Mutual labels:  maven, spring-test
project-tracking-system-backend-app
Enterprise project tracker, tracks commits done by employees after getting assigned to a couple of projects by their managers
Stars: ✭ 62 (+287.5%)
Mutual labels:  maven, restful-api
Perfect Ssm
🍇更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Stars: ✭ 606 (+3687.5%)
Mutual labels:  maven, restful-api
spotifyApiSpring
Spring-boot MVC application consuming Spotify's REST API
Stars: ✭ 28 (+75%)
Mutual labels:  maven, restful-api
Web Framework For Java
A seed project with spring boot for AngularJS, AngularJs Material, Thymeleaf, RESTful API, MySQL and admin panel based on AdminLTE.
Stars: ✭ 29 (+81.25%)
Mutual labels:  maven, restful-api
springboot-bbs
基于springboot的论坛系统,主要使用的技术有springboot+mybatis+redis+自定义分页,数据库为mysql,前端为bootstrap+jquery+html5
Stars: ✭ 49 (+206.25%)
Mutual labels:  maven
kotlin-grpc-sample
Sample of a gRPC Kotlin service
Stars: ✭ 27 (+68.75%)
Mutual labels:  maven
papermerge-core
Papermerge RESTful backend structured as reusable Django app
Stars: ✭ 103 (+543.75%)
Mutual labels:  restful-api
RxRetroSwift
A Reactive way inspired by the simplicity of Retrofit when creating REST API Calls.
Stars: ✭ 67 (+318.75%)
Mutual labels:  restful-api
sanic-currency-exchange-rates-api
This is a self hosted, free, open source Python Currency Exchange Rate API fork.
Stars: ✭ 20 (+25%)
Mutual labels:  restful-api
maven-resource
Maven Repository Manager Concourse Resource
Stars: ✭ 22 (+37.5%)
Mutual labels:  maven
maven-dependency-plugin
Apache Maven Dependency Plugin
Stars: ✭ 119 (+643.75%)
Mutual labels:  maven
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (+418.75%)
Mutual labels:  maven
dependency-update-maven-plugin
A Maven plugin that creates merge requests for dependency updates.
Stars: ✭ 23 (+43.75%)
Mutual labels:  maven
CyFHIR
A Neo4j Plugin for Handling HL7 FHIR Data
Stars: ✭ 39 (+143.75%)
Mutual labels:  maven
Student-Information-Administration-System
大学生信息管理系统——初学路上自己摸索实践的项目
Stars: ✭ 91 (+468.75%)
Mutual labels:  maven
restrict-imports-enforcer-rule
Maven enforcer rule that restricts usage of unwanted imports.
Stars: ✭ 59 (+268.75%)
Mutual labels:  maven
plexus-compiler
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
Stars: ✭ 24 (+50%)
Mutual labels:  maven
spring-boot-web
Spring Boot脚手架工程
Stars: ✭ 29 (+81.25%)
Mutual labels:  maven
apex-rest-route
A simple framework for building Restful API on Salesforce
Stars: ✭ 75 (+368.75%)
Mutual labels:  restful-api

SpringsScala

Sample Restful Services project in scala for Springs boot, Maven, Spring Security.

Spring is perhaps the most popular web development framework for the Java platform. Scala is a statically typed, functional programming language that runs on the JVM. Scala is highly interoperable with the Java language, so any Java lib can be used alongside Scala. Scala can be used along with Spring's ecosystem to build highly scalable, robust web applications.

This sample application illustrates how to use Spring with scala.

Usage

To build and Start the application.

cd SpringsScala/ mvn spring-boot:run

Blog https://dzone.com/articles/spring-web-services-with-scala

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].