Skip to content

Commit

Permalink
perf($Starter): abstract GlobalErrorController.java
Browse files Browse the repository at this point in the history
 - abstract GlobalErrorController.java
 - set bean injection order: Integer.MIN_VALUE (-2147483648)

BREAKING CHANGE: rename MAF Spring Boot Starter package name; set bean
injection order
  • Loading branch information
Johnny Miller (锺俊) committed Dec 24, 2020
1 parent e38a37c commit e22ca36
Show file tree
Hide file tree
Showing 28 changed files with 134 additions and 382 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.jmsoftware.maf.authcenter;

import com.jmsoftware.maf.authcenter.universal.configuration.ProjectProperty;
import com.jmsoftware.maf.muscleandfitnessserverspringbootstarter.helper.IpHelper;
import com.jmsoftware.maf.springbootstarter.helper.IpHelper;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.boot.SpringApplication;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.jmsoftware.maf.exercisemis;

import com.jmsoftware.maf.exercisemis.universal.configuration.ProjectProperty;
import com.jmsoftware.maf.muscleandfitnessserverspringbootstarter.helper.IpHelper;
import com.jmsoftware.maf.springbootstarter.helper.IpHelper;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.boot.SpringApplication;
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.jmsoftware.maf.musclemis;

import com.jmsoftware.maf.muscleandfitnessserverspringbootstarter.helper.IpHelper;
import com.jmsoftware.maf.musclemis.universal.configuration.ProjectProperty;
import com.jmsoftware.maf.springbootstarter.helper.IpHelper;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.boot.SpringApplication;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.jmsoftware.maf.serviceregistry;

import com.jmsoftware.maf.muscleandfitnessserverspringbootstarter.helper.IpHelper;
import com.jmsoftware.maf.serviceregistry.universal.configuration.ProjectProperty;
import com.jmsoftware.maf.springbootstarter.helper.IpHelper;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.boot.SpringApplication;
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.jmsoftware.maf.springbootadmin;

import com.jmsoftware.maf.muscleandfitnessserverspringbootstarter.helper.IpHelper;
import com.jmsoftware.maf.springbootadmin.universal.configuration.ProjectProperty;
import com.jmsoftware.maf.springbootstarter.helper.IpHelper;
import de.codecentric.boot.admin.server.config.EnableAdminServer;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
Expand Down
Loading

0 comments on commit e22ca36

Please sign in to comment.