Spring.EL 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Spring.EL --version 1.0.3
NuGet\Install-Package Spring.EL -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Spring.EL" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spring.EL --version 1.0.3
#r "nuget: Spring.EL, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Spring.EL as a Cake Addin
#addin nuget:?package=Spring.EL&version=1.0.3

// Install Spring.EL as a Cake Tool
#tool nuget:?package=Spring.EL&version=1.0.3

Spring EL 表达式是什么?

SpEL是一种强大,简洁的装配Bean的方式,他可以通过运行期间执行的表达式将值装配到我们的属性或构造函数当中,更可以调用C#中提供的静态常量,获取外部json xml文件中的的配置值

为什么要使用SpringEL?

可以方便的注入 外部配置文件到 类的构造方法,属性或者 字段, 支持注入容器里面的对象的某个属性值,还可以调用对象的方法,功能非常的强大,请看官方文档的例子或者下面我的单元测试例子

el表达式灵活使用能极大提高代码的活性

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Spring.EL:

Package Downloads
Hangfire.HttpJob

httpjob for Hangfire(基于hangfire的webjob调度服务)

Autofac.Annotation

Autofac extras library for component registration via attributes 用注解来load autofac 摆脱代码或者xml配置和java的spring的注解注入一样的体验

FlexibleCore

FlexibleCore 快速开发框架,基于 .NET Core 开发,目前兼容:.NET 6。直接引用,通过简单的配置即可适用。 帮助文档会在 https://www.liulinguang.com/ 更新

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Spring.EL:

Repository Stars
yuzd/Hangfire.HttpJob
httpjob for Hangfire,restful api for Hangfire,job调度与业务分离
yuzd/Autofac.Annotation
DI容器,依赖注入,AOP,动态代理等用注解来load autofac 摆脱代码或者xml配置和java的spring的注解注入一样的体验
Version Downloads Last updated
1.0.5 279,282 1/28/2020
1.0.4 4,416 10/10/2019
1.0.3 518 10/10/2019
1.0.2 504 10/10/2019
1.0.1 506 10/10/2019
1.0.0 522 10/9/2019