浏览代码

Fixed-error-build

new-feature
Viet.LeQ2 1年前
父节点
当前提交
1b525db818
共有 4 个文件被更改,包括 6 次插入22 次删除
  1. 二进制
      build/libs/smart-farm-0.0.1-SNAPSHOT.war
  2. +1
    -11
      src/main/java/vn/azteam/tpf/web/rest/TBCodeDetailsResource.java
  3. +2
    -6
      src/main/resources/config/application-dev.yml
  4. +3
    -5
      src/main/resources/config/application-prod.yml

二进制
build/libs/smart-farm-0.0.1-SNAPSHOT.war 查看文件


+ 1
- 11
src/main/java/vn/azteam/tpf/web/rest/TBCodeDetailsResource.java 查看文件

@@ -30,21 +30,11 @@ public class TBCodeDetailsResource {

private final TBCodeDetailsService tBCodeDetailsService;

private final TBCodeDetailsQueryService tBCodeDetailsQueryService;

private final UserRoleUtil userRoleUtil;

private final PageableUtil pageableUtil;

private final UserService userService;


public TBCodeDetailsResource(TBCodeDetailsService tBCodeDetailsService, TBCodeDetailsQueryService tBCodeDetailsQueryService,
UserRoleUtil userRoleUtil, PageableUtil pageableUtil, UserService userService) {
public TBCodeDetailsResource(TBCodeDetailsService tBCodeDetailsService, UserService userService) {
this.tBCodeDetailsService = tBCodeDetailsService;
this.tBCodeDetailsQueryService = tBCodeDetailsQueryService;
this.userRoleUtil = userRoleUtil;
this.pageableUtil = pageableUtil;
this.userService = userService;
}


+ 2
- 6
src/main/resources/config/application-dev.yml 查看文件

@@ -82,8 +82,8 @@ spring:
mail:
host: smtp.yandex.com
port: 587
username: aztest07@azteam.vn
password: az12345
username: no-reply@aztrace.vn
password: Aznoreply
properties:
mail:
smtp:
@@ -134,10 +134,6 @@ jhipster:
token-validity-in-seconds-for-remember-me: 2592000
mail: # specific JHipster mail property, for standard properties see MailProperties
from: [email protected]
host: smtp.yandex.com
port: 587
username: [email protected]
password: @zteam123
base-url: https://tpf.aztrace.vn
metrics: # DropWizard Metrics configuration, used by MetricsConfiguration
jmx:

+ 3
- 5
src/main/resources/config/application-prod.yml 查看文件

@@ -55,12 +55,10 @@ spring:
liquibase:
contexts: prod
mail:
from: [email protected]
host: smtp.yandex.com
port: 587
username: [email protected]
password: @zteam123
base-url: https://tpf.aztrace.vn
password: Aznoreply
properties:
mail:
smtp:
@@ -139,8 +137,8 @@ jhipster:
token-validity-in-seconds: 604800
token-validity-in-seconds-for-remember-me: 2592000
mail: # specific JHipster mail property, for standard properties see MailProperties
from: aztest07@azteam.vn
base-url: https://smartfarm.aztrace.vn
from: no-reply@aztrace.vn
base-url: https://tpf.aztrace.vn
metrics: # DropWizard Metrics configuration, used by MetricsConfiguration
jmx:
enabled: true

正在加载...
取消
保存