is not current version
Last Version 0.0.2.beta9

com.github.jerrymice:spring-boot-starter-jerrymice 0.0.2.beta6

this spring boot starter can configuration spring boot property vaule /** * 是否启用扩展SessionStrategy,默认true */ "jerrymice.spring.boot.config.web.session-strategy"; /** * 是否启用跨域,默认true */ "jerrymice.spring.boot.config.web.cors-mappings"; /** * 是否启用默认的静态资源路径,默认true */ "jerrymice.spring.boot.config.web.resource-handler"; /** * 是否启用默认的SqlSessionFactory,默认true */ "jerrymice.spring.boot.config.sql.session-factory"; /** * 是否启用默认的MessageConverters,默认true */ "jerrymice.spring.boot.config.web.message-converters"; /** * 是否自动注入UserWebArgumentResolver,可以直接在Controller中获取当前用户 */ "jerrymice.spring.boot.config.web.user-argument-resolver"; /** * 是否启用security权限控制 */ "jerrymice.spring.boot.config.web.security.enabled"; /** * 是否启用定时任务接口 */ "jerrymice.spring.boot.config.web.task.enabled";

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.jerrymice
ArtifactId

ArtifactId

spring-boot-starter-jerrymice
Version

Version

0.0.2.beta6
Type

Type

jar

Download spring-boot-starter-jerrymice 0.0.2.beta6


<!-- https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice/ -->
<dependency>
    <groupId>com.github.jerrymice</groupId>
    <artifactId>spring-boot-starter-jerrymice</artifactId>
    <version>0.0.2.beta6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice/
implementation 'com.github.jerrymice:spring-boot-starter-jerrymice:0.0.2.beta6'
// https://jarcasting.com/artifacts/com.github.jerrymice/spring-boot-starter-jerrymice/
implementation ("com.github.jerrymice:spring-boot-starter-jerrymice:0.0.2.beta6")
'com.github.jerrymice:spring-boot-starter-jerrymice:jar:0.0.2.beta6'
<dependency org="com.github.jerrymice" name="spring-boot-starter-jerrymice" rev="0.0.2.beta6">
  <artifact name="spring-boot-starter-jerrymice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice', module='spring-boot-starter-jerrymice', version='0.0.2.beta6')
)
libraryDependencies += "com.github.jerrymice" % "spring-boot-starter-jerrymice" % "0.0.2.beta6"
[com.github.jerrymice/spring-boot-starter-jerrymice "0.0.2.beta6"]