Skip to content
#

restful

Here are 1,985 public repositories matching this topic...

renatocaval
renatocaval commented Apr 24, 2020

In #10199 we added symbolic methods to TypeMap, but as signaled by @NthPortal we should avoid this.

Triggered by:

I'm a bit late to the party here, but multiple (non-implicit) parameters to a symbolic/infix method are highly discouraged, and planned to be deprecated. See scala/scala-dev#496 and lampepfl/dotty#4311 (comment).

_Originally posted by @n

lihengming
lihengming commented Jul 3, 2017

有很多开发者朋友问我有没有类似的前台项目、后台管理项目的种子项目,其实都是类似的,区别在于这些项目需要模版引擎(不建议使用JSP)和静态资源(css、js、img)的支持,稍微调整下即可适用,按照MVC的分层来说的话差异的只是视图层,下面是基于Thymleaf模板引擎的改造步骤,供参考。

  1. 加入Thymleaf模板引擎依赖
<dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-thyme
runyan
runyan commented Dec 22, 2017

Environment

  • blade: 2.0.5-RELEASE
  • jdk: 1.8.0_111
  • maven: 3.3.9
  • OS: Windows 7 Home Basic

Description

When I tried to upload a file, an java.lang.UnsupportedOperationException: direct buffer raised, so that the upload operation cannot be done. The full exception stack is as follows:

java.lang.UnsupportedOperationException: direct buffer
	at io.netty.buffer.Po
ujjboy
ujjboy commented Nov 27, 2018

非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。

收集目的

  • 了解 SOFAStack 的使用场景以便更好的规划技术路线
  • 聆听社区的不同声音,让 SOFAStack 变得更好
  • 吸引更多的开源爱好者参与贡献,共同打造 SOFAStack

收集方式

请按如下参考格式回复本 Issue 进行登记:

* 公司/组织名称:蚂蚁金服
* 地点:中国杭州
* 网址:http://www.antfin.com
* 使用组件及场景:全套金融级分布式中间件
* 联系方式:zhanggeng.zg@antfin.com

展示

我们会定期同步信息至「Awesome SOFA」的用户列表中。

服务

jtoberling
jtoberling commented Aug 28, 2019

As of first congrats for this package - I'm using it quite often & it's a great help.

I'd like to ask a feature request - add support for MSSQL DB.
The main official mode of connection recommended by MS is ODBC/PDO.
[https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017#microsoft-odbc-driver-17-for-sql-server](ht

rochacbruno
rochacbruno commented Mar 11, 2020

Copied from #103

I've resolved the issue of authentication using the next code:
swagger_template = { ..., 'securityDefinitions': { 'basicAuth': { 'type': 'basic' } }, ... }
app = Flask(__name__)
Swagger(app, config=config[config_name].swagger_config, template=swagger_template)

![image](https://use

tkrop
tkrop commented Mar 27, 2020

When looking on how services usually handle variations of paths, we can see big differences between different frameworks and service implementations, which is not reflected in the API specification but has a negative impact on predictability of the behavior of an API and the way how it is or can be used. The keyword here is request path normalization, i.e.

  1. How are adjacent slashes in a reque

一款企业信息化开发基础平台,拟集成OA(办公自动化)、CMS(内容管理系统)等企业系统的通用业务功能 JeePlatform项目是一款以SpringBoot为核心框架,集ORM框架Mybatis,Web层框架SpringMVC和多种开源组件框架而成的一款通用基础平台,代码已经捐赠给开源中国社区

  • Updated May 17, 2020
  • JavaScript

Improve this page

Add a description, image, and links to the restful topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the restful topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.