mirror of
https://github.com/moshowgame/SpringBootCodeGenerator.git
synced 2025-12-26 05:48:33 +08:00
donate update
This commit is contained in:
parent
a5bbe9ec64
commit
db7cebfd9e
@ -85,7 +85,20 @@
|
|||||||
genCodeArea.setSize('auto', 'auto');
|
genCodeArea.setSize('auto', 'auto');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
function donate(){
|
||||||
|
layer.open({
|
||||||
|
type: 1,
|
||||||
|
area : ['712px' , '480px'],
|
||||||
|
shadeClose: true, //点击遮罩关闭
|
||||||
|
content: '<img src="http://upyun.bejson.com/img/zhengkai.png"></img>'
|
||||||
|
});
|
||||||
|
}
|
||||||
|
$('#donate1').on('click', function(){
|
||||||
|
donate();
|
||||||
|
});
|
||||||
|
$('#donate2').on('click', function(){
|
||||||
|
donate();
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
@ -107,7 +120,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h2>Spring Boot Code Generator!</h2>
|
<h2>Spring Boot Code Generator!</h2>
|
||||||
<p class="lead">
|
<p class="lead">
|
||||||
基于<code>SpringBoot2</code>+<code>Freemarker</code>的代码生成器,用<code>DDL SQL</code>语句生成<code>JPA</code>/<code>JdbcTemplate</code>/<code>Mybatis</code>/<code>MybatisPlus</code>/<code>BeetlSQL</code>相关代码,支持<code>mysql</code>/<code>oracle</code>/<code>pgsql</code>三大数据库。以<code>释放双手</code>为目的,各大模板也在陆续补充和优化。欢迎大家多多提交模板和交流想法,如果发现有SQL语句不能识别,请<a href="https://github.com/moshowgame/SpringBootCodeGenerator/issues">留言</a>给我分析,同时欢迎大家进行<a href="https://github.com/moshowgame/SpringBootCodeGenerator/pulls">PullRequest</a>或<a href="https://github.com/moshowgame/SpringBootCodeGenerator/blob/master/donate.jpg">捐赠</a>,谢谢!
|
基于<code>SpringBoot2</code>+<code>Freemarker</code>的代码生成器,用<code>DDL SQL</code>语句生成<code>JPA</code>/<code>JdbcTemplate</code>/<code>Mybatis</code>/<code>MybatisPlus</code>/<code>BeetlSQL</code>相关代码,支持<code>mysql</code>/<code>oracle</code>/<code>pgsql</code>三大数据库。以<code>释放双手</code>为目的,各大模板也在陆续补充和优化。欢迎大家多多提交模板和交流想法,如果发现有SQL语句不能识别,请<a href="https://github.com/moshowgame/SpringBootCodeGenerator/issues">留言</a>给我分析,同时欢迎大家进行<a href="https://github.com/moshowgame/SpringBootCodeGenerator/pulls">PullRequest</a>和<a href="#" id="donate1">赞赏</a>,谢谢!
|
||||||
</p>
|
</p>
|
||||||
<div class="input-group mb-3">
|
<div class="input-group mb-3">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
@ -253,7 +266,7 @@ CREATE TABLE `userinfo` (
|
|||||||
<footer class="bd-footer text-muted" role="contentinfo">
|
<footer class="bd-footer text-muted" role="contentinfo">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<strong>Copyright © ${.now?string('yyyy')}-2022
|
<strong>Copyright © ${.now?string('yyyy')}-2022
|
||||||
<p><a href="https://github.com/moshowgame/SpringBootCodeGenerator">SpringBootCodeGenerator</a>由<a href="https://blog.csdn.net/moshowgame" target="_blank">@Moshow/大狼狗/郑锴</a> 开发维护. 由 <a href="https://www.bejson.com">BeJson三叔 </a> 提供在线版本。</p>
|
<p><a href="https://github.com/moshowgame/SpringBootCodeGenerator">SpringBootCodeGenerator</a>由<a href="https://blog.csdn.net/moshowgame" target="_blank">@Moshow/大狼狗/郑锴</a> 开发维护。 由 <a href="https://www.bejson.com">BeJson三叔 </a> 提供在线版本。点击<a href="#" id="donate2">赞赏</a>。</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user